UNPKG

oclif

Version:

oclif: create your own CLI

5 lines (4 loc) 111 B
import { Command } from '@oclif/core'; export default class Lock extends Command { run(): Promise<void>; }