UNPKG

@titan-suite/cli

Version:

The complete smart contract development tool

13 lines (12 loc) 322 B
import { Command } from '@oclif/command'; export default class Init extends Command { static description: string; static examples: string[]; static flags: { help: import("@oclif/parser/lib/flags").IBooleanFlag<void>; }; static args: { name: string; }[]; run(): Promise<void>; }