ICommandArgument Interface
Represents a command argument.
public interface ICommandArgument : ICommandParameter
- Namespace
- Spectre
.Console .Cli .Help - Interfaces
Properties
Extension Methods
-
T And
< I Command Argument> (Action < I Command Argument> ) - Performs the specified action on the given object and then returns the object. Useful for fluent testing patterns where additional assertions or operations are chained together in a readable manner.