mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-01 09:52:27 +01:00
add "?" as the argCount to commands with an optional single arg
This commit is contained in:
@@ -340,7 +340,7 @@ const config = { //{{{
|
||||
liberator.echoerr("No sidebar " + args + " found");
|
||||
},
|
||||
{
|
||||
argCount: "+",
|
||||
argCount: "1",
|
||||
completer: function (context) completion.sidebar(context),
|
||||
literal: 0
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user