Skip to content

Commit

Permalink
feat(ConsoleUI): add nArchitecture logo text
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmet-cetinkaya committed Feb 7, 2024
1 parent 2e7c53a commit bbd5f10
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/nArchGen/Application/ApplicationServiceRegistration.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
using Application.Features.Generate.Rules;
using System.Reflection;
using Application.Features.Generate.Rules;
using Core.CodeGen.TemplateEngine;
using Core.CodeGen.TemplateEngine.Scriban;
using Microsoft.Extensions.DependencyInjection;
using System.Reflection;

namespace Application;

Expand Down
3 changes: 3 additions & 0 deletions src/nArchGen/ConsoleUI/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
using ConsoleUI.Commands.New;
using Core.ConsoleUI.IoC.SpectreConsoleCli;
using Microsoft.Extensions.DependencyInjection;
using Spectre.Console;
using Spectre.Console.Cli;

#region Console Configuration
Expand Down Expand Up @@ -57,4 +58,6 @@
#endregion
});

AnsiConsole.Write(new FigletText("nArchitecture").LeftJustified().Color(Color.Blue));

return app.Run(args);

0 comments on commit bbd5f10

Please sign in to comment.