dockerfile-dlang ~master (2022-03-03T15:26:05.1509987)
Dub
Repo
Command
support
Undocumented in source.
struct
Command {
string
command
;
string
subCommand
;
bool
json
;
string
original
;
int
startLine
;
int
endLine
;
string
[]
flags
;
string
[]
values
;
Command
deepCopy
();
}
Members
Functions
deepCopy
Command
deepCopy
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
command
string
command
;
Undocumented in source.
endLine
int
endLine
;
Undocumented in source.
flags
string
[]
flags
;
Undocumented in source.
json
bool
json
;
Undocumented in source.
original
string
original
;
Undocumented in source.
startLine
int
startLine
;
Undocumented in source.
subCommand
string
subCommand
;
Undocumented in source.
values
string
[]
values
;
Undocumented in source.
Meta
Source
See Implementation
support
aliases
CommandResult
CommandSlice
CommandSliceResult
MyTypedAllocator
StringSlice
StringSliceResult
functions
allCommands
all_commands
allocatorDup
allocatorIdup
command
commandSlice
fromStringz
parseFile
parseString
parse_file
parse_string
raise
return_success
setCommandElement
setStringElement
stringSlice
toStringz
structs
Command
Result
Slice
variables
regionalAllocator