ShellCommand

Undocumented in source.

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