taucmdr.cli.command module¶
Base class for TAU Commander commands
- 
class taucmdr.cli.command.AbstractCommand(module_name, format_fields=None, summary_fmt=None, help_page_fmt=None, group=None)[source]¶
- Bases: - object- Abstract base class for TAU Commander commands. - 
help_page
 - 
main(argv)[source]¶
- Command program entry point. - Parameters: - argv (list) – Command line arguments. - Returns: - Process return code: non-zero if a problem occurred, 0 otherwise - Return type: - int 
 - 
parser¶
 - 
summary
 - 
usage¶
 
- 
