Docs: Added quiet mode example

This commit is contained in:
Paul Beckingham 2016-04-06 00:24:23 -04:00
parent 974cb7e386
commit 1d7f1ba048

View file

@ -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: