Changeset 14:17b233a54651
- Timestamp:
- 09/01/13 12:19:31 (7 years ago)
- Branch:
- default
- Phase:
- public
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
nagslang/options.py
r13 r14 15 15 16 16 def parse_args(args): 17 ''' 18 Parse arguments and store them in the options dictionary. 19 20 Note: If you add arguments, you need to add an appropriate default to the 21 DEFAULTS dict. 22 ''' 17 23 options.update(DEFAULTS) 18 24
Note:
See TracChangeset
for help on using the changeset viewer.