varoutputOption=app.Option("-o|--outputdir <directory>","The output directory, if omitted decompiler output is written to standard out.",CommandOptionType.SingleValue);
varoutputOption=app.Option("-o|--outputdir <directory>","The output directory, if omitted decompiler output is written to standard out.",CommandOptionType.SingleValue);
vartypeOption=app.Option("-t|--type <type-name>","The fully qualified name of the type to decompile.",CommandOptionType.SingleValue);
vartypeOption=app.Option("-t|--type <type-name>","The fully qualified name of the type to decompile.",CommandOptionType.SingleValue);
varlistOption=app.Option("-l|--list <entity-type(s)>","Lists all entities of the specified type(s). Valid types: c(lass), i(interface), s(truct), d(elegate), e(num)",CommandOptionType.MultipleValue);
varlistOption=app.Option("-l|--list <entity-type(s)>","Lists all entities of the specified type(s). Valid types: c(lass), i(interface), s(truct), d(elegate), e(num)",CommandOptionType.MultipleValue);
varilViewerOption=app.Option("-il|--ilcode","Show IL code.",CommandOptionType.NoValue);
app.ExtendedHelpText=Environment.NewLine+"-o is valid with every option and required when using -p.";
app.ExtendedHelpText=Environment.NewLine+"-o is valid with every option and required when using -p.";