altcover

TypeSafe.CommandArgument class

Corresponds to a value after -- on the command line

public sealed class CommandArgument : IEquatable<CommandArgument>, IStructuralEquatable

Public Members

name description
static NewCommandArgument(…)  
AsString() Returns the string to be used in the effective command line

See Also