1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-05 14:05:45 +01:00

Fix -pentadactyl command-line argument parsing.

Closes issue #224.
This commit is contained in:
Doug Kearns
2011-01-03 21:42:41 +11:00
parent 2649952ef2
commit 6117ad098a

View File

@@ -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
}
]