UNPKG

@baqhub/cli

Version:

The official command line interface for the BAQ federated app platform.

8 lines (7 loc) 199 B
#!/usr/bin/env node import { Command } from "@commander-js/extra-typings"; declare const program: Command<[], { debug?: true | undefined; }, {}>; export type Program = typeof program; export {};