UNPKG

create-oclif

Version:

oclif: create your own CLI

6 lines (5 loc) 131 B
import AppCommand from '../app-command'; export default class extends AppCommand { static hidden: boolean; type: string; }