@oclif/plugin-commands
Advanced tools
Comparing version 1.2.2 to 1.2.3
@@ -1,1 +0,1 @@ | ||
{"version":"1.2.2","commands":{"commands":{"id":"commands","description":"list all the commands","pluginName":"@oclif/plugin-commands","pluginType":"core","aliases":[],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"show CLI help","allowNo":false},"json":{"name":"json","type":"boolean","char":"j","description":"output in json format","allowNo":false},"hidden":{"name":"hidden","type":"boolean","description":"also show hidden commands","allowNo":false}},"args":[]}}} | ||
{"version":"1.2.3","commands":{"commands":{"id":"commands","description":"list all the commands","pluginName":"@oclif/plugin-commands","pluginType":"core","aliases":[],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"show CLI help","allowNo":false},"json":{"name":"json","type":"boolean","char":"j","description":"output in json format","allowNo":false},"hidden":{"name":"hidden","type":"boolean","description":"also show hidden commands","allowNo":false}},"args":[]}}} |
{ | ||
"name": "@oclif/plugin-commands", | ||
"description": "plugin to show the list of all the commands", | ||
"version": "1.2.2", | ||
"version": "1.2.3", | ||
"author": "Jeff Dickey @jdxcode", | ||
@@ -6,0 +6,0 @@ "bugs": "https://github.com/oclif/plugin-commands/issues", |
@@ -24,3 +24,3 @@ @oclif/plugin-commands | ||
$ oclif-example (-v|--version|version) | ||
@oclif/plugin-commands/1.2.2 linux-x64 node-v10.12.0 | ||
@oclif/plugin-commands/1.2.3 darwin-x64 node-v10.2.1 | ||
$ oclif-example --help [COMMAND] | ||
@@ -50,3 +50,3 @@ USAGE | ||
_See code: [src/commands/commands.ts](https://github.com/oclif/plugin-commands/blob/v1.2.2/src/commands/commands.ts)_ | ||
_See code: [src/commands/commands.ts](https://github.com/oclif/plugin-commands/blob/v1.2.3/src/commands/commands.ts)_ | ||
<!-- commandsstop --> |
Sorry, the diff of this file is not supported yet
123195