PHP WebShell

Текущая директория: /opt/BitGoJS/node_modules/nx/src/command-line

Просмотр файла: list.d.ts

export interface ListArgs {
    /** The name of an installed plugin to query  */
    plugin?: string | undefined;
}
/**
 * List available plugins or capabilities within a specific plugin
 *
 * @remarks
 *
 * Must be run within an Nx workspace
 *
 */
export declare function listHandler(args: ListArgs): Promise<void>;

Выполнить команду


Для локальной разработки. Не используйте в интернете!