runstorm - v0.6.2
Preparing search index...
CommandLogParams
Type Alias CommandLogParams
All params required for logging a command output.
type
CommandLogParams
=
{
command
:
Readonly
<
SelectFrom
<
Command
,
{
color
:
true
;
name
:
true
}
>
>
;
lastColors
:
Record
<
LogOutputType
,
string
[]
>
;
loggers
:
CommandLoggers
;
options
:
Readonly
<
Pick
<
RunCommandOptions
,
"disableColorPreserve"
>
>
;
output
:
string
;
outputType
:
LogOutputType
;
}
Index
Properties
command
last
Colors
loggers
options
output
output
Type
Properties
command
command
:
Readonly
<
SelectFrom
<
Command
,
{
color
:
true
;
name
:
true
}
>
>
last
Colors
lastColors
:
Record
<
LogOutputType
,
string
[]
>
loggers
loggers
:
CommandLoggers
options
options
:
Readonly
<
Pick
<
RunCommandOptions
,
"disableColorPreserve"
>
>
output
output
:
string
output
Type
outputType
:
LogOutputType
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
command
last
Colors
loggers
options
output
output
Type
runstorm - v0.6.2
Loading...
All params required for logging a command output.