Method | Description | |
---|---|---|
Split ( string str, bool>.Func |
||
SplitCommandLine ( string commandLine ) : IEnumerable |
||
TrimMatchingQuotes ( string input, char quote ) : string |
Method | Description | |
---|---|---|
Main ( string args ) : int | ||
Parse ( IReadOnlyList |
||
Process ( System.Arguments args ) : bool |
public static Split ( string str, bool>.Func |
||
str | string | |
controller | bool>.Func | |
return | IEnumerable |
public static SplitCommandLine ( string commandLine ) : IEnumerable |
||
commandLine | string | |
return | IEnumerable |
public static TrimMatchingQuotes ( string input, char quote ) : string | ||
input | string | |
quote | char | |
return | string |