@catladder/cli
Version:
Panter cli tool for cloud CI/CD and DevOps
5 lines • 309 B
TypeScript
import type { CommandDef } from "./types";
export declare function registerCommand(def: CommandDef): void;
export declare function getCommand(name: string): CommandDef | undefined;
export declare function getAllCommands(): CommandDef[];
export declare function getCommandsByGroup(group: string): CommandDef[];