-
-
Notifications
You must be signed in to change notification settings - Fork 44
sharedlibrarycorecommands CommandArgument
RaidMax edited this page May 21, 2023
·
1 revision
Holds information about command args
flowchart LR
classDef interfaceStyle stroke-dasharray: 5 5;
classDef abstractStyle stroke-width:4px
subgraph SharedLibraryCore.Commands
SharedLibraryCore.Commands.CommandArgument[[CommandArgument]]
end
Type | Name | Methods |
---|---|---|
string |
Name Name of the argument |
get, set |
bool |
Required Indicates if the argument is required |
get, set |
Holds information about command args
public CommandArgument()
public string Name { get; set; }
Name of the argument
public bool Required { get; set; }
Indicates if the argument is required
Generated with ModularDoc