sigmavirus24 / Todo.txt-python

Python port of Gina Trapani's popular todo.txt-cli project
GNU General Public License v3.0
46 stars 17 forks source link

Make ``help`` and ``-h``/``--help`` coincide #2

Open sigmavirus24 opened 12 years ago

sigmavirus24 commented 12 years ago

With OptionParser there's an initial setting called add_help_option which can be set to False. Using this we can unify help and -h/--help