Changeset 40:5d592e2950a1 in stamper for bin


Ignore:
Timestamp:
Aug 12, 2014, 11:33:10 PM (10 years ago)
Author:
Borja Lopez <borja@…>
Branch:
default
Phase:
public
Message:

Added customer filtering support to the timeline feature:

  • Get the timeline for the customer customA for the last week:

stamps -t customA 1w

  • Get the timeline for the customer customA for august, 2013:

stamps -t customA 2013-08-01--2013-09-01

  • Get all timeline for customer customA:

stamps -t customA

File:
1 edited

Legend:

Unmodified
Added
Removed
  • bin/stamps

    r38 r40  
    3939    # Call the proper methods, based on the given parameters
    4040    if args.timeline:
    41         s.timeline(args.filter)
     41        s.timeline(args.customer, args.filter)
    4242    elif args.delete:
    4343        s.remove_stamps(args.delete)
Note: See TracChangeset for help on using the changeset viewer.