Default Command - next

- The new 'next' report is now the default command.  It was 'list', but
  'next' is much better.
This commit is contained in:
Paul Beckingham
2011-08-14 13:14:12 -04:00
parent ef35a0cc18
commit d59cddcc6c
2 changed files with 2 additions and 1 deletions

View File

@@ -267,7 +267,7 @@ std::string Config::defaults =
"#default.project=foo # Default project for 'add' command\n"
"#default.priority=M # Default priority for 'add' command\n"
"#default.due=eom # Default due date for 'add' command\n"
"default.command=list # When no arguments are specified\n"
"default.command=next # When no arguments are specified\n"
"\n"
"_forcecolor=no # Forces color to be on, even for non TTY output\n"
"complete.all.projects=no # Include old project names in '_projects' command\n"