We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40e6d29 commit c246584Copy full SHA for c246584
src/index.ts
@@ -11,7 +11,6 @@ program.name("yaln").version(packageJson.version).description("YALN - Yet Anothe
11
12
program
13
.command("watch")
14
- .command("w")
15
.description("Watch a package for changes")
16
.argument("<packages...>", "List of packages to watch")
17
.option("--debug", "enable debug mode", false)
@@ -26,7 +25,6 @@ program
26
25
27
28
.command("install")
29
- .command('i')
30
.description("Install the most recent version of a package")
31
32
0 commit comments