commands-manager
Advanced tools
Comparing version 1.0.5 to 1.0.6
11
cli.js
@@ -63,6 +63,9 @@ #!/usr/bin/env node | ||
cli.command("viewAll", "View commands in all groups").alias("viewall").action(() => { | ||
const allCommands = manager.viewAll(); | ||
consola.success("All commands:\n", allCommands); | ||
}); | ||
cli | ||
.command("viewAll", "View commands in all groups") | ||
.alias("viewall") | ||
.action(() => { | ||
const allCommands = manager.viewAll(); | ||
consola.success("All commands:\n", allCommands); | ||
}); | ||
@@ -69,0 +72,0 @@ cli |
@@ -0,0 +0,0 @@ import R from "ramda"; |
@@ -0,0 +0,0 @@ import execa from "execa"; |
@@ -0,0 +0,0 @@ import consola from "consola"; |
@@ -0,0 +0,0 @@ class GroupDoesNotExistError extends Error { |
@@ -0,0 +0,0 @@ import R from "ramda"; |
@@ -0,0 +0,0 @@ import Conf from "conf"; |
{ | ||
"name": "commands-manager", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"license": "MIT", | ||
@@ -37,3 +37,3 @@ "type": "module", | ||
"consola": "^2.15.3", | ||
"execa": "^6.0.0", | ||
"execa": "^5.1.1", | ||
"micromatch": "^4.0.4", | ||
@@ -40,0 +40,0 @@ "ramda": "^0.27.1" |
@@ -84,4 +84,3 @@ # commands-manager [![NPM version][npm-image]][npm-url] | ||
[npm-image]: https://badge.fury.io/js/commands-manager.svg | ||
[npm-url]: https://npmjs.org/package/commands-manager |
263
10430
86
+ Addedexeca@5.1.1(transitive)
+ Addedhuman-signals@2.1.0(transitive)
+ Addedis-stream@2.0.1(transitive)
+ Addednpm-run-path@4.0.1(transitive)
+ Addedstrip-final-newline@2.0.0(transitive)
- Removedexeca@6.1.0(transitive)
- Removedhuman-signals@3.0.1(transitive)
- Removedis-stream@3.0.0(transitive)
- Removedmimic-fn@4.0.0(transitive)
- Removednpm-run-path@5.3.0(transitive)
- Removedonetime@6.0.0(transitive)
- Removedpath-key@4.0.0(transitive)
- Removedstrip-final-newline@3.0.0(transitive)
Updatedexeca@^5.1.1