![]() |
todoist-prioritizer
v1.2.0
Automatically prioritize tasks in Todoist
|
Classes | |
| class | CommandLineParser |
Functions | |
| def | make_wide (formatter, int w=120, int h=36) |
| Return a wider HelpFormatter, if possible. | |
Variables | |
| os | ini_path = os.path.join(script_dir, "config.ini") |
| os | script_dir = os.path.dirname(os.path.realpath(__file__)) |
| def make_wide | ( | formatter, | |
| int | w = 120, |
||
| int | h = 36 |
||
| ) |
Return a wider HelpFormatter, if possible.
| formatter | The formatter class to use |
| w | The width of the formatter |
| h | The height of the formatter |
| os ini_path = os.path.join(script_dir, "config.ini") |
| os script_dir = os.path.dirname(os.path.realpath(__file__)) |