Skip to content

Commit

Permalink
Update description of Program
Browse files Browse the repository at this point in the history
  • Loading branch information
enisn committed Aug 2, 2023
1 parent 2418be5 commit a0c5155
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Program.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
using AbpDevTools.Commands;
using AbpDevTools.Notifications;
using CliFx;
using Microsoft.Extensions.DependencyInjection;
using System.Runtime.InteropServices;

Expand All @@ -11,7 +10,7 @@ public class Program
public static async Task<int> Main() =>
await new CliApplicationBuilder()
.SetExecutableName("abpdev")
.SetDescription("Some tools that required running solutions in abp development.")
.SetDescription("A set of tools to make development with ABP easier.")
.SetTitle("Abp Dev Tools")
.BuildServices()
.Build()
Expand Down

0 comments on commit a0c5155

Please sign in to comment.