public void Configure(CommandLineApplication command) { command.HelpOption("-h|--help"); _self.Configure(command); }