Enhancement - config command

- Added validation of rc.annotations and rc.default.priority to the config
  command.
This commit is contained in:
Paul Beckingham 2010-01-23 00:12:34 -05:00
parent 4025488cf8
commit 545013e839
3 changed files with 23 additions and 2 deletions

View file

@ -59,7 +59,7 @@ std::string Config::defaults =
"# Miscellaneous\n"
"confirmation=yes # Confirmation on delete, big changes\n"
"echo.command=yes # Details on command just run\n"
"annotations=full # Level of verbosity for annotations in reports\n"
"annotations=full # Level of verbosity for annotations: full, sparse or none\n"
"next=2 # How many tasks per project in next report\n"
"bulk=2 # > 2 tasks considered 'a lot', for confirmation\n"
"nag=You have higher priority tasks. # Nag message to keep you honest\n" // TODO