UNPKG

@schemifyjs/cli

Version:
6 lines (5 loc) 153 B
export function registerHelpCommand(program) { program .helpOption('-h, --help', 'Output usage information.') .helpCommand(false); }