UNPKG

155 BTypeScriptView Raw
1import Command from './command';
2import * as flags from './flags';
3export { run, Main } from './main';
4export default Command;
5export { Command, flags, };