Browse Source
Merge pull request #16464 from abpframework/auto-merge/rel-7-1/1923
Merge branch rel-7.2 with rel-7.1
pull/16465/head
maliming
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
framework/src/Volo.Abp.Cli.Core/Volo/Abp/Cli/Commands/ProxyCommandBase.cs
|
|
|
@ -79,7 +79,7 @@ public abstract class ProxyCommandBase<T> : IConsoleCommand, ITransientDependenc |
|
|
|
? ServiceType.Application |
|
|
|
: serviceTypeArg.ToLower() == "integration" |
|
|
|
? ServiceType.Integration |
|
|
|
: null; |
|
|
|
: ServiceType.All; |
|
|
|
} |
|
|
|
|
|
|
|
var withoutContracts = commandLineArgs.Options.ContainsKey(Options.WithoutContracts.Short) || |
|
|
|
|