1. 15 Jan, 2015 1 commit
    • Bram Schoenmakers's avatar
      Restructure the CLI entry point. · 4d5f41dc
      Bram Schoenmakers authored
      Move logic to retrieve the Command instance to separate method.
      
      Also implement a 'help' subcommand, that either prints general help, or
      when followed by a subcommand, prints the subcommand's help.
      
      Fixes #4.
      4d5f41dc
  2. 14 Jan, 2015 3 commits
  3. 12 Jan, 2015 4 commits
  4. 11 Jan, 2015 4 commits
  5. 10 Jan, 2015 1 commit
  6. 08 Jan, 2015 4 commits
  7. 07 Jan, 2015 1 commit
    • user's avatar
      Better handling of relative months and years · 160cf1b2
      user authored
      - Increment months strictly: 01.01.2015 + 1m = 01.02.2015.
      - If there are fewer days in target month, date is rounded down:
        31.10.2015 + 1m = 30.11.2015.
      - Years are incremented as 12 months.
      - Leap years are 366 days long: 01.03.2015 + 1y = 01.03.2016 (not
        29.02.2016 as it would have been if year was equal to 365d)
      160cf1b2
  8. 21 Dec, 2014 2 commits
  9. 13 Dec, 2014 2 commits
  10. 12 Dec, 2014 2 commits
  11. 09 Dec, 2014 2 commits
  12. 06 Dec, 2014 4 commits
  13. 04 Dec, 2014 1 commit
  14. 03 Dec, 2014 3 commits
  15. 01 Dec, 2014 1 commit
  16. 30 Nov, 2014 2 commits
  17. 29 Nov, 2014 3 commits