- Added '_show' command to generate a machine-readable configuration settings
  list for use by third-party software (thanks to Jake Bell).
This commit is contained in:
Paul Beckingham 2012-11-17 12:45:44 -05:00
parent 973e0ed56b
commit 92c3f0862d
8 changed files with 49 additions and 1 deletions

View file

@ -772,6 +772,7 @@
#define STRING_CMD_SHOW_LOC_EXIST "Configuration error: data.location contains a directory name that doesn't exist, or is unreadable."
#define STRING_CMD_SHOW_CONF_VAR "Config Variable"
#define STRING_CMD_SHOW_CONF_VALUE "Value"
#define STRING_CMD_SHOWRAW "Shows all configuration settings in a machine-readable format"
// Task
#define STRING_TASK_NO_FF1 "Taskwarrior no longer supports file format 1, originally used between 27 November 2006 and 31 December 2007."