MCPcopy
hub / github.com/jcubic/jquery.terminal / parse_command

Method parse_command

js/jquery.terminal.d.ts:596–596  ·  view source on GitHub ↗
(str: string)

Source from the content-addressed store, hash-verified

594 parse_arguments(str: string): Array<number | RegExp | string>;
595 split_arguments(str: string): string[];
596 parse_command(str: string): JQueryTerminal.ParsedCommand<number | RegExp | string>;
597 split_command(str: string): JQueryTerminal.ParsedCommand<string>;
598 parse_options(arg: string | string[], options?: { booleans: string[] }): JQueryTerminal.ParsedOptions;
599 parse_formatting(arg: string): string[];

Callers 6

cFunction · 0.80
get_processed_commandFunction · 0.80
parse_commandFunction · 0.80
get_processed_commandFunction · 0.80
terminal.spec.jsFile · 0.80
completionFunction · 0.80

Calls

no outgoing calls

Tested by 1

completionFunction · 0.64