mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 16:52:25 +01:00
Emit completion messages for arg parser errors.
This commit is contained in:
@@ -355,7 +355,8 @@ const liberator = (function () //{{{
|
||||
|
||||
commands.add(["loadplugins", "lpl"],
|
||||
"Load all plugins immediately",
|
||||
function () { liberator.loadPlugins(); });
|
||||
function () { liberator.loadPlugins(); },
|
||||
{ argCount: "0" );
|
||||
|
||||
commands.add(["norm[al]"],
|
||||
"Execute Normal mode commands",
|
||||
|
||||
Reference in New Issue
Block a user