Skip to content

Commit

Permalink
Made API the default command.
Browse files Browse the repository at this point in the history
  • Loading branch information
rmaffitsancsoft committed Apr 3, 2024
1 parent ab35dd4 commit b5c690e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dotnet/HQ/Program.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using HQ.Commands;
using Spectre.Console.Cli;

var app = new CommandApp();
var app = new CommandApp<APICommand>();
app.Configure(config =>
{
config.AddCommand<APICommand>("api")
Expand Down

0 comments on commit b5c690e

Please sign in to comment.