mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-20 07:17:59 +01:00
Some fixes for stringmap option completion.
This commit is contained in:
@@ -170,14 +170,9 @@ const Command = Class("Command", {
|
||||
* @see Commands#parseArgs
|
||||
*/
|
||||
parseArgs: function (args, complete, extra) commands.parseArgs(args, {
|
||||
allowUnknownOptions: !!this.allowUnknownOptions,
|
||||
argCount: this.argCount,
|
||||
__proto__: this,
|
||||
complete: complete,
|
||||
extra: extra,
|
||||
hereDoc: this.hereDoc,
|
||||
keepQuotes: !!this.keepQuotes,
|
||||
literal: this.literal,
|
||||
options: this.options
|
||||
extra: extra
|
||||
}),
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user