Skip to content

Latest commit

 

History

History
142 lines (79 loc) · 3.6 KB

kui_shell_core.CommandStartEvent.md

File metadata and controls

142 lines (79 loc) · 3.6 KB

Kui API Documentation - v11.0.0 / @kui-shell/core / CommandStartEvent

Interface: CommandStartEvent

@kui-shell/core.CommandStartEvent

Table of contents

Properties

Properties

command

command: string

Defined in

packages/core/src/repl/events.ts:25


echo

echo: boolean

Defined in

packages/core/src/repl/events.ts:29


evaluatorOptions

evaluatorOptions: CommandOptions

Defined in

packages/core/src/repl/events.ts:30


execOptions

execOptions: ExecOptions

Defined in

packages/core/src/repl/events.ts:28


execType

execType: ExecType

Defined in

packages/core/src/repl/events.ts:27


execUUID

execUUID: string

Defined in

packages/core/src/repl/events.ts:26


pipeStages

pipeStages: Object

Type declaration

Name Type
prefix? string
redirect? string
redirector? ">" | ">>" | "2>&1" | ">&" | ">>&"
stages string[][]

Defined in

packages/core/src/repl/events.ts:31


redirectDesired

redirectDesired: boolean

The output will be redirected to a file; do not display any live output

Defined in

packages/core/src/repl/events.ts:34


route

route: string

Defined in

packages/core/src/repl/events.ts:24


startTime

startTime: number

Defined in

packages/core/src/repl/events.ts:23


tab

tab: Tab

Defined in

packages/core/src/repl/events.ts:22