mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
Docs: Added quiet mode example
This commit is contained in:
parent
974cb7e386
commit
1d7f1ba048
1 changed files with 10 additions and 3 deletions
|
@ -129,10 +129,9 @@ With a 'config' command, all configuration data will be accessible. The command:
|
|||
|
||||
$ timew config name value
|
||||
|
||||
Will result in an update to the configuration rule:
|
||||
Will result in an update to the configuration file:
|
||||
|
||||
define configuration:
|
||||
name value
|
||||
name = value
|
||||
|
||||
Using the '.' character allows the rule to reflect hierarchical configuration
|
||||
data:
|
||||
|
@ -160,6 +159,14 @@ in debug mode, add the ':debug' hint to the command line:
|
|||
$ timew ... :debug
|
||||
|
||||
|
||||
[6.3] Configuration: Running without generating output
|
||||
------------------------------------------------------
|
||||
Running in quiet mode prevents all feedback. This is useful for automation
|
||||
scripts. To run un quiet mode, add the ':quiet' hint to the command line:
|
||||
|
||||
$ timew ... :quiet
|
||||
|
||||
|
||||
--- Raw Notes ---
|
||||
|
||||
- Incorporate the following old notes into the above doc:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue