dextool v2.0.0-rc.2 (2020-01-29T20:47:13Z)
Dub
Repo
ShellCommand
dextool
plugin
mutate
type
Undocumented in source.
struct
ShellCommand {
import
std
.
range
:
isOutputRange
;
;
string
[]
value
;
static
ShellCommand
fromString
(string cmd);
bool
empty
();
string
toString
();
void
toString
(Writer w);
}
Members
Functions
empty
bool
empty
()
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string
toString
()
Undocumented in source. Be warned that the author may not have intended to support it.
toString
void
toString
(Writer w)
Undocumented in source. Be warned that the author may not have intended to support it.
Static functions
fromString
ShellCommand
fromString
(string cmd)
Split a user string by the whitespace to create an command+argument.
Variables
value
string
[]
value
;
Undocumented in source.
Meta
Source
See Implementation
dextool
plugin
mutate
type
enums
AdminOperation
MutationKind
MutationOrder
ReportKillSortOrder
ReportKind
ReportLevel
ReportSection
TestCaseAnalyzeBuiltin
structs
Line
ShellCommand
TestConstraint