Classes | |
| class | HelpFormatter |
Functions | |
| def | flush_stdout () |
| def | make_parser () |
| def | preload_plugins () |
| def | process_args (args) |
| def | run () |
| def | validate_args (args) |
Variables | |
| list | __all__ |
| dictionary | ARGUMENTS |
| Configuration for argparse, as {description, epilog, args: [..], groups: {name: [..]}}. More... | |
| CLI_ARGS = None | |
| List of command-line arguments the program was invoked with. More... | |
| def grepros.main.flush_stdout | ( | ) |
| def grepros.main.make_parser | ( | ) |
| def grepros.main.preload_plugins | ( | ) |
| def grepros.main.process_args | ( | args | ) |
| def grepros.main.run | ( | ) |
| def grepros.main.validate_args | ( | args | ) |
|
private |
| dictionary grepros.main.ARGUMENTS |