Skip to content

Commit 369ad44

Browse files
committed
help: fixed the name of the application to mdu
1 parent c7bee78 commit 369ad44

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

MarkdownUtil/Program.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,12 @@
2929

3030
var registrar = new TypeRegistrar(registrations);
3131

32+
3233
var app = new CommandApp(registrar);
34+
3335
app.Configure(config =>
3436
{
37+
config.Settings.ApplicationName = "mdu";
3538
config.AddCommand<AddBreadcrumbNavigationCommand>("add-breadcrumb-navigation")
3639
.WithAlias("abn")
3740
.WithDescription("adds breadcrumb navigation to all matching markdown files");

0 commit comments

Comments
 (0)