UNPKG

@anycli/command

Version:
8 lines (7 loc) 239 B
import * as Config from '@anycli/config'; import Command from './command'; import * as flags from './flags'; export { parse } from '@anycli/parser'; export { Main } from './main'; export default Command; export { Config, Command, flags };