UNPKG

@holographxyz/cli

Version:
13 lines (12 loc) 274 B
import { Command } from '@oclif/core'; export default class Bridge extends Command { static description: string; static examples: { description: string; command: string; }[]; /** * Command Entry Point */ run(): Promise<void>; }