button ~master (2018-11-15T00:26:20Z)
Dub
Repo
StatusOptions
button
cli
options
Undocumented in source.
@
Command
("status")
@
Description
("Prints the status of the build. That is, which files have been modified and which tasks are pending.")
struct
StatusOptions {
@
Option
("file", "f")
@
Help
("Path to the build description.")
string
path
;
@
Option
("cached")
@
Help
("Display the cached graph from the previous build.")
OptionFlag
cached
;
@
Option
("color")
@
Help
("When to colorize the output.")
@
MetaVar
("{auto,never,always}")
string
color
;
@
Option
("threads", "j")
@
Help
("The number of threads to use. Default is the number of logical cores.")
@
MetaVar
("N")
size_t
threads
;
}
Members
Variables
cached
OptionFlag
cached
;
Undocumented in source.
color
string
color
;
Undocumented in source.
path
string
path
;
Undocumented in source.
threads
size_t
threads
;
Undocumented in source.
Meta
Source
See Implementation
button
cli
options
aliases
OptionsList
enums
ConvertFormat
functions
runCommand
structs
BuildOptions
CleanOptions
Command
ConvertOptions
Description
GCOptions
GlobalOptions
GraphOptions
HelpOptions
InitOptions
StatusOptions
VersionOptions
variables
globalHelp
globalUsage