# HG changeset patch # User Stefano Rivera # Date 1378037971 -7200 # Node ID 17b233a546513922d9d4fd99e7bcd6bb23f98e1f # Parent b410c7153d525ffb3235dd6a8f816ef1718c8c52 Docstring diff -r b410c7153d52 -r 17b233a54651 nagslang/options.py --- a/nagslang/options.py Sun Sep 01 14:17:42 2013 +0200 +++ b/nagslang/options.py Sun Sep 01 14:19:31 2013 +0200 @@ -14,6 +14,12 @@ def parse_args(args): + ''' + Parse arguments and store them in the options dictionary. + + Note: If you add arguments, you need to add an appropriate default to the + DEFAULTS dict. + ''' options.update(DEFAULTS) options.debug = 'DEBUG' in os.environ