UNPKG

@fewer/cli

Version:

The CLI to scaffold and perform operations for Fewer.

8 lines (7 loc) 201 B
import { Command } from '@oclif/command'; export default class Db extends Command { static description: string; static usage: string; static examples: string[]; run(): Promise<void>; }