summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-03-15 12:36:13 -0400
committerJoey Hess <joey@kodama.kitenet.net>2008-03-15 12:36:13 -0400
commit91142c86adcbb2cddd0e3dc7a38afa8522624ad8 (patch)
tree7e7324a5f4d2b337610b18c5116b80976705e596
parent8484b3d5e6126e469f312f48787cd047aa4c97a7 (diff)
parent245126ea49a72c5b021794757f7c172cce4e54f5 (diff)
Merge branch 'master' of ssh://git.kitenet.net/srv/git/ikiwiki.info
-rw-r--r--doc/bugs/external_plugins_cannot_access_ARGV_needed_for_getopt.mdwn1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/bugs/external_plugins_cannot_access_ARGV_needed_for_getopt.mdwn b/doc/bugs/external_plugins_cannot_access_ARGV_needed_for_getopt.mdwn
new file mode 100644
index 000000000..cc82d1cd7
--- /dev/null
+++ b/doc/bugs/external_plugins_cannot_access_ARGV_needed_for_getopt.mdwn
@@ -0,0 +1 @@
+The `getopt` hook expects plugins to modify `@ARGV`. This is not exported via xml-rpc and thus external plugins cannot do anything. --[[madduck]]