Go to the source code of this file.
|
| | flush_stdout () |
| | Writes a linefeed to sdtout if nothing has been printed to it so far.
|
| |
| | make_thread_excepthook (args, exitcode_dict) |
| | Returns thread exception handler: function(text, exc) prints error, stops application.
|
| |
| | preload_plugins (cli_args) |
| | Imports and initializes plugins from auto-load folder and from arguments.
|
| |
| | run () |
| | Parses command-line arguments and runs search.
|
| |
|
| dict | ARGUMENTS |
| | Configuration for argparse, as {description, epilog, args: [..], groups: {name: [..]}}.
|
| |
| | CLI_ARGS = None |
| | List of command-line arguments the program was invoked with.
|
| |