UNPKG

graphcool-cli-core

Version:

9 lines (8 loc) 248 B
import { Command, Flags } from 'graphcool-cli-engine'; export default class ExampleCommand extends Command { static topic: string; static command: string; static description: string; static flags: Flags; run(): Promise<void>; }