chore(cli): remove version from prompt; remove navidrome from menus for consistency
This commit is contained in:
parent
bb626cb178
commit
ad5754f78f
4 changed files with 6 additions and 7 deletions
|
@ -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.")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue