File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ public static async Task Main(string[] args)
3232 AnsiConsole . Markup ( $ "Welcome { Environment . UserName } to NShell !\n \n ") ;
3333 AnsiConsole . Markup ( $ "\t version : { VERSION } \n ") ;
3434 AnsiConsole . Markup ( $ "\t github : { GITHUB } \n ") ;
35- AnsiConsole . Markup ( "\t \ n " ) ;
35+ AnsiConsole . Markup ( "\n " ) ;
3636
3737 AnsiConsole . Markup ( "[bold cyan][[*]] - Booting NShell...[/]\n " ) ;
3838 ShellContext context = new ( ) ;
Original file line number Diff line number Diff line change @@ -74,8 +74,8 @@ This is the result :
7474### 📡 Roadmap v1.0.0
7575
7676- [ OPEN] Plugin support (dynamic loading)
77- - [ OPEN ] Fix neofetch shell version
78- - [ OPEN ] Fix interactive commands/scripts running configuration
77+ - [ OK ] Fix neofetch shell version
78+ - [ OK ] Fix interactive commands/scripts running configuration
7979- [ PROGRESS] Autocomplete
8080- [ PROGRESS] Command history
8181- [ OK] Profiles and theme switching
You can’t perform that action at this time.
0 commit comments