Replace empty lines with null requests

This commit is contained in:
Thomas Lauf 2018-06-23 17:46:42 +02:00
parent 58ed4d9ba8
commit 54468edcad
29 changed files with 226 additions and 197 deletions

View file

@ -1,8 +1,8 @@
.TH timew-config 1 2018-02-03 "${PACKAGE_STRING}" "User Manuals"
.
.SH NAME
timew-config \- get and set Timewarrior configuration
.
.SH SYNOPSIS
.B timew config
[
@ -13,30 +13,31 @@ timew-config \- get and set Timewarrior configuration
.B ''
}
]
.
.SH DESCRIPTION
.B timew config [<name> [<value> | '']]
Allows setting and removing configuration values, as an alternative to directly
editing your ~/.timewarrior/timewarrior.cfg file. For example:
.
$ timew config verbose yes
$ timew config verbose ''
$ timew config verbose
.
The first command sets 'verbose' to 'yes'. The second sets it to a blank value
which overrides the default value. The third example deletes the 'verbose'
setting.
.
When modifying configuration in this way, interactive confirmation will be
sought. To override this confirmation, use the ':yes' hint, which means you
intend to answer 'yes' to the confirmation questions:
.
$ timew config verbose '' :yes
.
If no arguments are provided, all configuration settings are shown:
.
$ timew config
verbose = yes
...
.
See also 'hints', 'show'.
.