Search
Preparing search index...
The search index is not available
@chainsafe/files-cli
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
@chainsafe/files-cli
util/command
ICliCommand
Interface ICliCommand<OwnArgs, ParentArgs, R>
Type parameters
OwnArgs =
Record
<
never
,
never
>
ParentArgs =
Record
<
never
,
never
>
R =
any
Hierarchy
ICliCommand
Index
Properties
command
describe
examples
options
subcommands
Methods
handler
Properties
command
command
:
string
describe
describe
:
string
Optional
examples
examples
:
{
command
:
string
;
description
:
string
}
[]
Optional
options
options
:
Required
<
{
[
key
in
string
|
number
|
symbol
]
:
Options
}
>
Optional
subcommands
subcommands
:
ICliCommand
<
any
,
OwnArgs
&
ParentArgs
,
any
>
[]
Methods
Optional
handler
handler
(
args
:
OwnArgs
&
ParentArgs
)
:
Promise
<
R
>
Parameters
args:
OwnArgs
&
ParentArgs
Returns
Promise
<
R
>
Modules
cli
cmds
cmds/get
cmds/get/decryption
Helper
cmds/get/handler
cmds/get/options
options
options/global
Options
util
util/command
util/errors
ICli
Command
command
describe
examples
options
subcommands
handler
ICli
Command
Options
register
Command
ToYargs
Generated using
TypeDoc