mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 06:58:00 +01:00
Revert 102689d248aa
Args is command completion specific. --HG-- extra : rebase_source : 230320207a8c1fd9732e406fd217e36736982c27
This commit is contained in:
@@ -1685,7 +1685,7 @@ const Dactyl = Module("dactyl", {
|
||||
}, {
|
||||
argCount: "?",
|
||||
bang: true,
|
||||
completer: function (context, args) completion.help(context, args, unchunked),
|
||||
completer: function (context) completion.help(context, unchunked),
|
||||
literal: 0
|
||||
});
|
||||
});
|
||||
@@ -1937,7 +1937,7 @@ const Dactyl = Module("dactyl", {
|
||||
};
|
||||
};
|
||||
|
||||
completion.help = function help(context, args, unchunked) {
|
||||
completion.help = function help(context, unchunked) {
|
||||
dactyl.initHelp();
|
||||
context.title = ["Help"];
|
||||
context.anchored = false;
|
||||
|
||||
Reference in New Issue
Block a user