openpaul
Preparing search index...
CommandInput
Interface CommandInput
Command Input - User input for a command
interface
CommandInput
{
args
:
string
[]
;
flags
:
Record
<
string
,
unknown
>
;
type
:
CommandType
;
}
Index
Properties
args
flags
type
Properties
args
args
:
string
[]
flags
flags
:
Record
<
string
,
unknown
>
type
type
:
CommandType
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
args
flags
type
openpaul
Loading...
Command Input - User input for a command