From 6117ad098a1275eb9b75820ad558673f10894d9f Mon Sep 17 00:00:00 2001 From: Doug Kearns Date: Mon, 3 Jan 2011 21:42:41 +1100 Subject: [PATCH] Fix -pentadactyl command-line argument parsing. Closes issue #224. --- common/content/dactyl.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/common/content/dactyl.js b/common/content/dactyl.js index 4d268317..63271494 100644 --- a/common/content/dactyl.js +++ b/common/content/dactyl.js @@ -1883,11 +1883,13 @@ var Dactyl = Module("dactyl", XPCOM(Ci.nsISupportsWeakReference, ModuleBase), { { names: ["++cmd"], description: "Ex commands to execute prior to initialization", + type: CommandOption.STRING, multiple: true }, { names: ["+c"], description: "Ex commands to execute after initialization", + type: CommandOption.STRING, multiple: true } ]