ctfsolver.cli.main

Attributes

app

Functions

init()

Initialize global configuration and required directories/files.

gather([verbose])

Gather all relevant information for the current context.

show_full_help()

Display help for the main app and all sub-apps (ctf, venv).

main()

Module Contents

app[source]
init()[source]

Initialize global configuration and required directories/files.

gather(verbose=typer.Option(False, help='Verbose output'))[source]

Gather all relevant information for the current context.

Parameters:

verbose (bool)

show_full_help()[source]

Display help for the main app and all sub-apps (ctf, venv).

main()[source]