Extensions

- Documented the 'extensions' master control switch.
This commit is contained in:
Paul Beckingham 2011-04-21 23:28:34 -04:00
parent 07faa663b4
commit d08e1dab76
6 changed files with 14 additions and 5 deletions

View file

@ -253,7 +253,7 @@ std::string Config::defaults =
"list.all.projects=no # Include old project names in 'projects' command\n"
"list.all.tags=no # Include old tag names in 'tags' command\n"
"debug=no # Display diagnostics\n"
"hooks=off # Hook system master switch\n"
"extensions=off # Extension system master switch\n"
"fontunderline=yes # Uses underlines rather than -------\n"
"shell.prompt=task> # Prompt used by the shell command\n"
"\n"

View file

@ -1178,7 +1178,7 @@ int handleShow (std::string& outs)
"nag next journal.time journal.time.start.annotation journal.info "
"journal.time.stop.annotation project shadow.command shadow.file "
"shadow.notify weekstart editor edit.verbose import.synonym.id import.synonym.uuid "
"complete.all.projects complete.all.tags search.case.sensitive hooks "
"complete.all.projects complete.all.tags search.case.sensitive extensions "
"active.indicator tag.indicator recurrence.indicator recurrence.limit "
"list.all.projects list.all.tags undo.style verbose rule.precedence.color "
"merge.autopush merge.default.uri pull.default.uri push.default.uri "