You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Click is more modular and easier to use for larger command-line programs.
Breaking Changes
Can no longer use an arbitrary number of arguments to options, i.e. gentodo add -t title -d Arbitrary Number of Arguments, this is due to a technicial limitation and will not be fixed.
Major Changes
Convert from argparse to click
Remove parser.py as it is no longer needed
Minor Changes
Automatically make config directory if it doesn't exist