Interface: CommandStartEvent
January 18, 2022 · View on GitHub
Kui API Documentation - v11.0.0 / @kui-shell/core / CommandStartEvent
Interface: CommandStartEvent
@kui-shell/core.CommandStartEvent
Table of contents
Properties
- command
- echo
- evaluatorOptions
- execOptions
- execType
- execUUID
- pipeStages
- redirectDesired
- route
- startTime
- tab
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