mirror of
https://github.com/nsnail/spectre.console.git
synced 2025-04-19 10:12:50 +08:00
Fix stylecop warning
This commit is contained in:
parent
55c763a5c2
commit
cee97821d6
@ -46,16 +46,6 @@ internal sealed class CommandExecutor
|
||||
}
|
||||
}
|
||||
|
||||
//// Asking for version? Kind of a hack, but it's alright.
|
||||
//// We should probably make this a bit better in the future.
|
||||
//if (args.Count() > 0 &&
|
||||
// (args.First().Equals("-v", StringComparison.OrdinalIgnoreCase) || args.First().Equals("--version", StringComparison.OrdinalIgnoreCase)))
|
||||
//{
|
||||
// var console = configuration.Settings.Console.GetConsole();
|
||||
// console.WriteLine(ResolveApplicationVersion(configuration));
|
||||
// return 0;
|
||||
//}
|
||||
|
||||
// Parse and map the model against the arguments.
|
||||
var parsedResult = ParseCommandLineArguments(model, configuration.Settings, args);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user