@karmaniverous/stan
GitHub
Preparing search index...
index
RunBehavior
Type Alias RunBehavior
Behavior flags controlling archive/combine/keep semantics:
archive
: create archive.tar and archive.diff.tar.
combine
: include script outputs inside archives and remove them on disk.
keep
: do not clear the output directory before running.
type
RunBehavior
=
{
archive
?:
boolean
;
combine
?:
boolean
;
keep
?:
boolean
;
}
Index
Properties
archive?
combine?
keep?
Properties
Optional
archive
archive
?:
boolean
Optional
combine
combine
?:
boolean
Optional
keep
keep
?:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
archive
combine
keep
GitHub
@karmaniverous/stan
Loading...
Behavior flags controlling archive/combine/keep semantics:
archive
: create archive.tar and archive.diff.tar.combine
: include script outputs inside archives and remove them on disk.keep
: do not clear the output directory before running.