![]() |
todoist-prioritizer
v1.2.0
Automatically prioritize tasks in Todoist
|
Public Member Functions | |
| def | __init__ (self) |
| def | __setup_args__ (self) |
| def | parse_args (self, bool input=False) |
| def | user_input (self) |
Public Attributes | |
| args | |
| parser | |
Command line user interface for the todoist-prioritizer
| def __init__ | ( | self | ) |
Initializes a CommandLineParser object
| def __setup_args__ | ( | self | ) |
Sets up the command line arguments for the parser
| def parse_args | ( | self, | |
| bool | input = False |
||
| ) |
Parses the command line arguments and stores them in self.args @param input: If True use user inputted args, else use command line args
| def user_input | ( | self | ) |
Prompts the user for input if no command line arguments are provided
| args |
| parser |