Alper Ebiçoğlu
4 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/CliService.cs
|
|
|
@ -51,7 +51,7 @@ public class CliService : ITransientDependency |
|
|
|
public async Task RunAsync(string[] args) |
|
|
|
{ |
|
|
|
var currentCliVersion = await GetCurrentCliVersionInternalAsync(typeof(CliService).Assembly); |
|
|
|
Logger.LogInformation($"ABP CLI {currentCliVersion} (https://abp.io)"); |
|
|
|
Logger.LogInformation($"ABP CLI {currentCliVersion}"); |
|
|
|
|
|
|
|
var commandLineArgs = CommandLineArgumentParser.Parse(args); |
|
|
|
|
|
|
|
|