mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-18 15:33:35 +01:00
@@ -1883,11 +1883,13 @@ var Dactyl = Module("dactyl", XPCOM(Ci.nsISupportsWeakReference, ModuleBase), {
|
|||||||
{
|
{
|
||||||
names: ["++cmd"],
|
names: ["++cmd"],
|
||||||
description: "Ex commands to execute prior to initialization",
|
description: "Ex commands to execute prior to initialization",
|
||||||
|
type: CommandOption.STRING,
|
||||||
multiple: true
|
multiple: true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
names: ["+c"],
|
names: ["+c"],
|
||||||
description: "Ex commands to execute after initialization",
|
description: "Ex commands to execute after initialization",
|
||||||
|
type: CommandOption.STRING,
|
||||||
multiple: true
|
multiple: true
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user