Struct Command
struct Command
;
Constructors
| Name | Description |
|---|---|
this
(cmd)
|
|
this
(cmd, dry, message)
|
Fields
| Name | Type | Description |
|---|---|---|
command_
|
string[] | |
dry_
|
bool | |
message_
|
string |
Methods
| Name | Description |
|---|---|
dry
(dry)
|
|
message
(message)
|
|
run
()
|