button ~master (2018-11-15T00:26:20Z)
Dub
Repo
ConvertOptions
button
cli
options
Undocumented in source.
@
Command
("convert")
@
Description
("Converts the build description to another format for other build systems.")
struct
ConvertOptions {
@
Option
("file", "f")
@
Help
("Path to the build description.")
string
path
;
@
Option
("format")
@
Help
("Format of build description to convert to. Default is 'bash'.")
@
MetaVar
("{bash}")
ConvertFormat
type
;
@
Argument
("output")
@
Help
("Path to the output file.")
@
MetaVar
("FILE")
string
output
;
}
Members
Variables
output
string
output
;
Undocumented in source.
path
string
path
;
Undocumented in source.
type
ConvertFormat
type
;
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