@karmaniverous/jeeves-runner
    Preparing search index...

    Interface ResolvedCommand

    Command resolution result.

    interface ResolvedCommand {
        args: string[];
        command: string;
    }
    Index

    Properties

    Properties

    args: string[]

    Arguments to pass to the command.

    command: string

    Command to execute.