aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/Command-line_arguments_should_override_settings_in_the_setup_file.mdwn
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-07-25 02:27:23 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-07-25 02:27:23 +0000
commitde9104d4e2571dcdf28659b3fd244c3c77f02740 (patch)
tree879b11be326798933b90dc928ee462ec13babc66 /doc/bugs/Command-line_arguments_should_override_settings_in_the_setup_file.mdwn
parent42b1f27e5c9b048645300b238a4a59276586904c (diff)
downloadikiwiki-de9104d4e2571dcdf28659b3fd244c3c77f02740.tar
ikiwiki-de9104d4e2571dcdf28659b3fd244c3c77f02740.tar.gz
triage
Diffstat (limited to 'doc/bugs/Command-line_arguments_should_override_settings_in_the_setup_file.mdwn')
-rw-r--r--doc/bugs/Command-line_arguments_should_override_settings_in_the_setup_file.mdwn5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/bugs/Command-line_arguments_should_override_settings_in_the_setup_file.mdwn b/doc/bugs/Command-line_arguments_should_override_settings_in_the_setup_file.mdwn
index 36387a8c9..c93cdc6ad 100644
--- a/doc/bugs/Command-line_arguments_should_override_settings_in_the_setup_file.mdwn
+++ b/doc/bugs/Command-line_arguments_should_override_settings_in_the_setup_file.mdwn
@@ -16,8 +16,13 @@ So two suggestions to fix this:
1. Make command-line arguments override settings in the setup file
+> This is difficult to do, since reading a setup file replaces values for
+> config items with the values in the setup file.
+
2. Comment out all settings in the example setup file that are simply
setting options to their default values. That way, the file will
still be self-documenting, but command-line arguments will at least
work for these settings while they remain commented out.
+> I've done that, I also fixed some issues with --verbose handling earlier.
+> --[[Joey]]