mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
Docs: Added command line configuration overrides
This commit is contained in:
parent
ec3ae71c6f
commit
db79917bc1
1 changed files with 11 additions and 0 deletions
|
@ -299,6 +299,17 @@ This file contains a mix of rules and configuration settings.
|
||||||
The values 'true', '1', 'y', 'yes' and 'on' are all equivalent and enable a
|
The values 'true', '1', 'y', 'yes' and 'on' are all equivalent and enable a
|
||||||
setting. Any other value means disable the setting.
|
setting. Any other value means disable the setting.
|
||||||
|
|
||||||
|
Default values may be overridden by timewarrior.cfg values, which may in turn be
|
||||||
|
overriden on the command line using:
|
||||||
|
|
||||||
|
rc.<name>=<value>
|
||||||
|
|
||||||
|
For example, to turn off verbose mode:
|
||||||
|
|
||||||
|
rc.verbose=0
|
||||||
|
|
||||||
|
Note that hints can also do this (:quiet).
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
.B confirmation = yes
|
.B confirmation = yes
|
||||||
Determines whether harmful operations require interactive confirmation.
|
Determines whether harmful operations require interactive confirmation.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue