diff --git a/doc/examples.txt b/doc/examples.txt index e57091bf..6249484d 100644 --- a/doc/examples.txt +++ b/doc/examples.txt @@ -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: