Changeset 55:a546fa08081b in stamper
- Timestamp:
- Nov 8, 2014, 7:21:50 PM (10 years ago)
- Branch:
- default
- Phase:
- public
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
bin/stamps
r41 r55 28 28 elif args.import_file: 29 29 s.import_stamps(args.import_file) 30 elif args.push: 31 s.push_stamps(args.customer, args.filter) 30 32 else: 31 33 s.show_stamps(args.customer, args.filter, args.verbose, args.sum) -
stamper/cli.py
r41 r55 21 21 parser.add_argument('-i', '--import', action="store", dest="import_file", 22 22 help='Import stamps from the given file') 23 parser.add_argument('-p', '--push', action="store_true", 24 help='Push stamps to a remote stamps collector server') 23 25 return parser
Note:
See TracChangeset
for help on using the changeset viewer.