Docs: Removed useless grammar

This commit is contained in:
Paul Beckingham 2016-03-27 01:18:10 -04:00
parent 51cf2868f0
commit e7a651763e
2 changed files with 12 additions and 1 deletions

View file

@ -15,7 +15,6 @@ The CLI shall have a well-defined and unambiguous grammar.
timew define week <day>[- <day>] [, <day>] ...
timew define day [<day>] start|end <time>
timew define tag <tag>
timew define tag <tag> description <string>
timew define tag <tag> start|end <date>
timew define tag <tag> budget <number> <units> per <unit>

View file

@ -29,6 +29,18 @@
#include <iostream>
////////////////////////////////////////////////////////////////////////////////
// timew define holidays <locale>|none
// timew define holidays [work] <date>
// timew define week <day>[- <day>] [, <day>] ...
// timew define day [<day>] start|end <time>
//
// timew define tag <tag> description <string>
// timew define tag <tag> start|end <date>
// timew define tag <tag> budget <number> <units> per <unit>
// timew define tag <tag> budget <number> <units> total
// timew define tag <tag> overlap
// timew define tag <tag> color <color>
//
int CmdDefine (
const std::vector <std::string>& args,
Rules& rules,