kaven-utils - v5.5.1
    Preparing search index...

    Interface ICommand

    5.2.0

    2023-12-02

    interface ICommand {
        command: string;
        options?: IExecuteOptions;
    }
    Index

    Properties

    Properties

    command: string
    options?: IExecuteOptions