mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Enhancement - #407 show command
- finalized the implementation - a searchstring can now be supplied to limit the display of configuration settings
This commit is contained in:
parent
c93db168f3
commit
d37c798dbc
5 changed files with 31 additions and 32 deletions
|
@ -130,10 +130,9 @@ Shows the task version number
|
|||
Shows the long usage text.
|
||||
|
||||
.TP
|
||||
.B 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.
|
||||
.B show [all | substring]"
|
||||
Shows all the current settings in the task configuration file. If a substring
|
||||
is specified just the settings containing that substring will be displayed.
|
||||
|
||||
.TP
|
||||
.B config [name [value | '']]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue