github
Preparing search index...
The search index is not available
clide-js
clide-js
prepareResolvedCommand
Function prepareResolvedCommand
prepareResolvedCommand
(
__namedParameters
:
PrepareResolvedCommandParams
,
)
:
Promise
<
ResolvedCommand
>
Prepares a resolved command by:
Ensuring the remaining command string starts with a subcommand name.
Adding a
resolveNext
function if the command isn't the last one.
Replacing the handler with a pass-through function if the command won't be executed.
Parameters
__namedParameters
:
PrepareResolvedCommandParams
Returns
Promise
<
ResolvedCommand
>
The prepared resolved command.
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
github
clide-js
Loading...
Prepares a resolved command by:
resolveNext
function if the command isn't the last one.