Browse Source

Update CliService.cs

pull/15128/head
Alper Ebiçoğlu 4 years ago
committed by GitHub
parent
commit
b6b299e683
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      framework/src/Volo.Abp.Cli.Core/Volo/Abp/Cli/CliService.cs

2
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);

Loading…
Cancel
Save