todoist-prioritizer  v1.2.0
Automatically prioritize tasks in Todoist
Loading...
Searching...
No Matches
CommandLineParser Namespace Reference

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__))
 

Function Documentation

◆ make_wide()

def make_wide (   formatter,
int   w = 120,
int   h = 36 
)

Return a wider HelpFormatter, if possible.

Parameters
formatterThe formatter class to use
wThe width of the formatter
hThe height of the formatter
Returns
A wider HelpFormatter, if possible

Variable Documentation

◆ ini_path

os ini_path = os.path.join(script_dir, "config.ini")

◆ script_dir

os script_dir = os.path.dirname(os.path.realpath(__file__))