hudman
8.0.0
Local HUD mirror manager
|
Public Member Functions | |
None | __init__ (self) |
None | run (self) |
Private Member Functions | |
None | __parse_arguments (self) |
None | __parser_add_arguments (self) |
None | __parser_create (self) |
None | __setlogger (self) |
Private Attributes | |
__arguments | |
__logger | |
__parser | |
Class with command-line tool implementation.
None hudman.app.App.__init__ | ( | self | ) |
Main constructor of the App class.
|
private |
Parse the command-line arguments and provides a special object to work with.
|
private |
Add new options to the command-line arguments parser.
|
private |
Create an instance of the command-line arguments parser.
|
private |
Configure logger for the internal use.
None hudman.app.App.run | ( | self | ) |
Run the application.