KC's Workspace
    Preparing search index...

    Type Alias BindCLIShortcutsOptions<Server>

    type BindCLIShortcutsOptions<Server = ViteDevServer | PreviewServer> = {
        customShortcuts?: CLIShortcut<Server>[];
        print?: boolean;
    }

    Type Parameters

    Index

    Properties

    customShortcuts?: CLIShortcut<Server>[]

    Custom shortcuts to run when a key is pressed. These shortcuts take priority over the default shortcuts if they have the same keys (except the h key). To disable a default shortcut, define the same key but with action: undefined.

    print?: boolean

    Print a one-line shortcuts "help" hint to the terminal