UNPKG

@decentralized-identity/ion-cli

Version:

A Command Line Interface (CLI) to make working with the ION network and using ION DIDs easy peasy lemon squeezy.

11 lines (10 loc) 336 B
import { Command, flags } from '@oclif/command'; export default class Clear extends Command { static description: string; static examples: string[]; static flags: { help: import("@oclif/parser/lib/flags").IBooleanFlag<void>; directory: flags.IOptionFlag<string>; }; run(): Promise<void>; }