mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-23 14:36:44 +02:00
Enhancement - #307 show command
- introduced new show command to display configuration settings - config command is used to just set config values - modified documentation - modified some unit tests calling 'task config' to 'task show'
This commit is contained in:
parent
f1368d6ac6
commit
51e5a18384
12 changed files with 156 additions and 125 deletions
|
@ -129,12 +129,16 @@ Shows the task version number
|
|||
.B help
|
||||
Shows the long usage text.
|
||||
|
||||
.TP show
|
||||
Shows the current settings in the task configuration file. If a section-name is
|
||||
specified just the settings for the particular section will be displayed.
|
||||
Section-names are: alias, calendar, color, general, holiday, report.
|
||||
|
||||
.TP
|
||||
.B config [name [value | '']]
|
||||
Shows the current settings in the task configuration file. Also supports
|
||||
directly modifying the .taskrc file. This command either modifies
|
||||
the 'name' setting with a new value of 'value', or adds a new entry that
|
||||
is equivalent to 'name=value':
|
||||
Add, modify and remove settings directly in the task configuration.
|
||||
This command either modifies the 'name' setting with a new value of 'value',
|
||||
or adds a new entry that is equivalent to 'name=value':
|
||||
|
||||
task config name value
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue