parent
be9134f512
commit
f972cf80a9
4 changed files with 13 additions and 2 deletions
|
@ -118,7 +118,9 @@ namespace Microsoft.DotNet.Cli
|
|||
PrintInfo();
|
||||
return 0;
|
||||
}
|
||||
else if (IsArg(args[lastArg], "h", "help"))
|
||||
else if (IsArg(args[lastArg], "h", "help") ||
|
||||
args[lastArg] == "-?" ||
|
||||
args[lastArg] == "/?")
|
||||
{
|
||||
HelpCommand.PrintHelp();
|
||||
return 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue