Functions
| enable_debugging(args) | Enables interactive debugging |
| main() | The ‘site-entry’ point. |
| set_logger(args) | Creates a logger and sets the level based on args. |
Enables interactive debugging
| Param: |
|
|---|
The ‘site-entry’ point.
- Gets command-line arguments
- Sets the logger
- Enables debugging (if asked for)
- Calls the function set by the argparse subcommand