Struct Command

struct Command ;

Constructors

NameDescription
this (cmd)
this (cmd, dry, message)

Fields

NameTypeDescription
command_ string[]
dry_ bool
message_ string

Methods

NameDescription
dry (dry)
message (message)
run ()