UNPKG

@nestbox-ai/cli

Version:

The cli tools that helps developers to build agents

6 lines (5 loc) 153 B
import { Command } from "commander"; /** * Register all auth-related commands */ export declare function registerAuthCommands(program: Command): void;