commit
4f14a3c33e
1 changed files with 13 additions and 7 deletions
|
@ -8,16 +8,22 @@ namespace Microsoft.DotNet.Tools.Help
|
||||||
{
|
{
|
||||||
public class HelpCommand
|
public class HelpCommand
|
||||||
{
|
{
|
||||||
private const string UsageText = @"Usage: dotnet [common-options] [command] [arguments]
|
private const string UsageText = @"Usage: dotnet [host-options] [command] [arguments] [common-options]
|
||||||
|
|
||||||
Arguments:
|
Arguments:
|
||||||
[command] The command to execute
|
[command] The command to execute
|
||||||
[arguments] Arguments to pass to the command
|
[arguments] Arguments to pass to the command
|
||||||
|
[host-options] Options specific to dotnet (host)
|
||||||
|
[common-options] Options common to all commands
|
||||||
|
|
||||||
Common Options (passed before the command):
|
Common options:
|
||||||
-v|--verbose Enable verbose output
|
-v|--verbose Enable verbose output
|
||||||
--version Display .NET CLI Version Number
|
-h|--help Show help
|
||||||
--info Display .NET CLI Info
|
|
||||||
|
Host options (passed before the command):
|
||||||
|
-v|--verbose Enable verbose output
|
||||||
|
--version Display .NET CLI Version Number
|
||||||
|
--info Display .NET CLI Info
|
||||||
|
|
||||||
Common Commands:
|
Common Commands:
|
||||||
new Initialize a basic .NET project
|
new Initialize a basic .NET project
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue