Rwing
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
framework/src/Volo.Abp.Cli.Core/Volo/Abp/Cli/Commands/NewCommand.cs
|
|
|
@ -165,7 +165,7 @@ namespace Volo.Abp.Cli.Commands |
|
|
|
sb.AppendLine(" abp new Acme.BookStore -d mongodb"); |
|
|
|
sb.AppendLine(" abp new Acme.BookStore -d mongodb -o d:\\my-project"); |
|
|
|
sb.AppendLine(" abp new Acme.BookStore -t module"); |
|
|
|
sb.AppendLine(" abp new Acme.BookStore -t module no-ui"); |
|
|
|
sb.AppendLine(" abp new Acme.BookStore -t module --no-ui"); |
|
|
|
sb.AppendLine(" abp new Acme.BookStore --local-framework-ref --abp-path \"D:\\github\\abp\""); |
|
|
|
sb.AppendLine(""); |
|
|
|
sb.AppendLine("See the documentation for more info: https://docs.abp.io/en/abp/latest/CLI"); |
|
|
|
@ -246,4 +246,4 @@ namespace Volo.Abp.Cli.Commands |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|