Summary
Gets a value indicating whether this instance is default command.
- Assembly
- Rocket
.Surgery .Extensions .CommandLine .Abstractions .dll - Namespace
- Rocket
.Surgery .Extensions .CommandLine - Containing Type
- ICommandLineExecutor
Syntax
bool IsDefaultCommand { get; }
Value
Type | Description |
---|---|
bool | true if this instance is default command; otherwise, false . |