- Added rc.verbose that for now, just controls whether header and footer
  messages are displayed, but will ultimately control much more.
This commit is contained in:
Paul Beckingham
2010-08-10 22:10:01 -04:00
parent d2fe093107
commit c7cd2d2619
3 changed files with 23 additions and 13 deletions

View File

@@ -67,6 +67,7 @@ std::string Config::defaults =
"#editor=vi # Preferred text editor\n"
"\n"
"# Miscellaneous\n"
"verbose=yes # Provide extra feedback\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: full, sparse or none\n"