ani-cli-npm 1.1.1 → 1.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bin/index.js +1 -1
- package/package.json +1 -1
package/bin/index.js
CHANGED
@@ -363,7 +363,7 @@ async function search(){
|
|
363
363
|
console.log(colors.Cyan, "2/d) Download")
|
364
364
|
console.log(colors.Cyan, "3/l) Show Link")
|
365
365
|
console.log(colors.Cyan, "4/q) quit")
|
366
|
-
choice = (await selection(4, "select;", "
|
366
|
+
choice = (await selection(4, "select;", "p", "d", "l", "q"))
|
367
367
|
switch (choice){
|
368
368
|
case "p":
|
369
369
|
case "1":
|