UNPKG

@quadnix/octo-build

Version:

Octo-Build is a CLI tool to build Octo projects.

12 lines (11 loc) 322 B
import { type ArgumentsCamelCase, type Argv } from 'yargs'; export declare const createCdkCommand: { builder: (yargs: Argv) => Argv; command: string; describe: string; handler: (argv: ArgumentsCamelCase<{ name: string; path: string; options?: string[]; }>) => Promise<void>; };