Run::
- $ hooke --example-config-file
+ $ hooke --save-config -c ''
-To print a well commented example config file to stdout.
+To write a well commented example config file to :file:`.hooke.cfg`.
Finding configuration files
Hooke.
.. _Filesystem Hierarchy Standard: http://www.pathname.com/fhs/
+
+.. todo:: Implement command-line specified config file.
+
+.. warning:: Any changes you make to the configuration during a Hooke
+ run will *not be saved* when Hooke exits. To save the changes,
+ either run the `save config` command before closing Hooke, or start
+ Hooke with the ``--save-config`` option.
+
+.. todo:: Implement `save config` command.