]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/commitdiff
Add todo/multiple setup option on command line
authorMartian <Martian@web>
Thu, 30 Jun 2016 10:28:40 +0000 (06:28 -0400)
committeradmin <admin@branchable.com>
Thu, 30 Jun 2016 10:28:40 +0000 (06:28 -0400)
doc/todo/multiple_setup_option_on_command_line.mdwn [new file with mode: 0644]

diff --git a/doc/todo/multiple_setup_option_on_command_line.mdwn b/doc/todo/multiple_setup_option_on_command_line.mdwn
new file mode 100644 (file)
index 0000000..382faf2
--- /dev/null
@@ -0,0 +1,13 @@
+While playing with Perl setup I by accident found multiple setups can be specified on command line like:
+
+    ikiwiki --setup COMMON.setup --setup MY.setup
+
+Could this be an official feature, in which case it would be nice documented or an "undocumented one" to avoid?
+
+What about Perl setup files which are undocumented but in the source code.
+I have found out after all...
+
+See also:
+
+* [[/forum/Best_way_to_share_settings_between_repositories]]
+* [[/todo/support_includes_in_setup_files]]