UNPKG

trm-client

Version:

TRM (Transport Request Manager) Client

12 lines (11 loc) 427 B
import { Command } from "commander"; import { AuthenticationType } from "trm-registry-types"; export declare function registerCommand(command: Command, args?: { requiresConnection?: boolean; addNoConnection?: boolean; requiresTrmDependencies?: boolean; requiresRegistry?: boolean; registryAuthBlacklist?: AuthenticationType[]; noSystemAlias?: boolean; ignoreRegistryUnreachable?: boolean; }): void;