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

Method exec

js/jquery.terminal.d.ts:746–746  ·  view source on GitHub ↗
(command: string, silent?: boolean | JQueryTerminal.execOptions, options?: JQueryTerminal.execOptions)

Source from the content-addressed store, hash-verified

744 import_view(view: JQueryTerminal.View): JQueryTerminal;
745 save_state(command?: string, ignore_hash?: boolean, index?: number): JQueryTerminal;
746 exec(command: string, silent?: boolean | JQueryTerminal.execOptions, options?: JQueryTerminal.execOptions): JQuery.Promise<void>;
747 autologin(user: string, token: string, silent?: boolean): JQueryTerminal;
748 // there is success and error callbacks because we call this function from terminal and auth function can
749 // be created by user

Callers 15

test.tsFile · 0.80
leFunction · 0.80
mFunction · 0.80
restore_stateFunction · 0.80
exec_specFunction · 0.80
xml_formatterFunction · 0.80
pipe.jsFile · 0.80
GFunction · 0.80
mFunction · 0.80

Calls

no outgoing calls

Tested by 3

renderFunction · 0.64
testFunction · 0.64
exec_async_arrayFunction · 0.64