Skip to content

Commit c246584

Browse files
author
Christopher Biel
committed
Fix command duplication
1 parent 40e6d29 commit c246584

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/index.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ program.name("yaln").version(packageJson.version).description("YALN - Yet Anothe
1111

1212
program
1313
.command("watch")
14-
.command("w")
1514
.description("Watch a package for changes")
1615
.argument("<packages...>", "List of packages to watch")
1716
.option("--debug", "enable debug mode", false)
@@ -26,7 +25,6 @@ program
2625

2726
program
2827
.command("install")
29-
.command('i')
3028
.description("Install the most recent version of a package")
3129
.argument("<packages...>", "List of packages to watch")
3230
.option("--debug", "enable debug mode", false)

0 commit comments

Comments
 (0)