chore(cli): remove version from prompt; remove navidrome from menus for consistency

This commit is contained in:
Cory Dransfeldt 2025-06-18 12:18:02 -07:00
parent bb626cb178
commit ad5754f78f
No known key found for this signature in database
4 changed files with 6 additions and 7 deletions

View file

@ -14,8 +14,7 @@ process.on("uncaughtException", (err) => handleExitError(err, "Uncaught exceptio
program
.name("coryd")
.description("🪄 Handle tasks, run commands or jobs, download things and have fun.")
.version("3.2.5");
.description("🪄 Handle tasks, run commands or jobs, download things and have fun.");
program
.command("init")
.description("Initialize CLI and populate required config.")