@gud/cli
    Preparing search index...

    Type Alias CommandState<TData, TOptions>

    CommandState: Readonly<Omit<State<TData, TOptions>, "start">>

    The current state of the CLI engine passed to the command handler.

    Type Parameters

    • TData = unknown

      The data type the handler expects to receive.

    • TOptions extends OptionsConfig = OptionsConfig

      The OptionsConfig type for the command.