class ParserOpts:
Parser options.
| Class Variable | MAIN |
Main ArgumentParser class. |
| Class Variable | SUBPARSERS |
List of subparsers. |
| Class Variable | SUBCMDS |
Collection of this instances of this class. |
| Method | __init__ |
initialize ParserOpts. |
| Instance Variable | pcls |
Parent class (from which I was called). |
| Instance Variable | name |
command name. |
| Instance Variable | parser |
Current parser. |
| Method | args_setup |
Setup args. |
| Method | add_filter |
Add filter argument. |
| Method | add_exclude |
Add exclude argument. |
| Method | add_details |
Add detail argument. |
| Method | add_json |
Add json argument. |
| Method | get_help |
Get help doc. |
| Method | _get_subparser |
Get self subparser. |