clide-js
    Preparing search index...

    Type Alias ResolveCommandFn

    ResolveCommandFn: (
        options: ResolveCommandParams,
    ) => MaybePromise<ResolvedCommand>

    A function to resolve a command based on the provided command string and directory path, returning the first matching command.

    Type declaration