in lib/cli.js [21:32]
constructor(app) {
this.app = app;
this.name = 'help';
this.description = 'print help information';
this.arguments = [
{
name: 'command',
description: 'the sub-command name',
required: false
}
];
}