Comparing version 0.0.6 to 0.0.7
@@ -1,2 +0,2 @@ | ||
# v0.0.6 (Sat Mar 06 2021) | ||
# v0.0.7 (Sat Mar 06 2021) | ||
@@ -3,0 +3,0 @@ #### 🐛 Bug Fix |
@@ -1,1 +0,1 @@ | ||
{"version":"0.0.6","commands":{"hello":{"id":"hello","description":"describe the command here","pluginName":"go-bag","pluginType":"core","aliases":[],"examples":["$ go-bag hello\nhello world from ./src/hello.ts!\n"],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"show CLI help","allowNo":false},"name":{"name":"name","type":"option","char":"n","description":"name to print"},"force":{"name":"force","type":"boolean","char":"f","allowNo":false}},"args":[{"name":"file"}]}}} | ||
{"version":"0.0.7","commands":{"hello":{"id":"hello","description":"describe the command here","pluginName":"go-bag","pluginType":"core","aliases":[],"examples":["$ go-bag hello\nhello world from ./src/hello.ts!\n"],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"show CLI help","allowNo":false},"name":{"name":"name","type":"option","char":"n","description":"name to print"},"force":{"name":"force","type":"boolean","char":"f","allowNo":false}},"args":[{"name":"file"}]}}} |
{ | ||
"name": "go-bag", | ||
"description": "A CLI tool to take your computer setup on the road.", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"author": "Manu Phatak @manuphatak", | ||
@@ -6,0 +6,0 @@ "license": "MIT", |
@@ -28,3 +28,3 @@ # go-bag | ||
$ go-bag (-v|--version|version) | ||
go-bag/0.0.6 linux-x64 node-v14.16.0 | ||
go-bag/0.0.7 linux-x64 node-v14.16.0 | ||
$ go-bag --help [COMMAND] | ||
@@ -63,3 +63,3 @@ USAGE | ||
_See code: [src/commands/hello.ts](https://github.com/manuphatak/go-bag/blob/v0.0.6/src/commands/hello.ts)_ | ||
_See code: [src/commands/hello.ts](https://github.com/manuphatak/go-bag/blob/v0.0.7/src/commands/hello.ts)_ | ||
@@ -66,0 +66,0 @@ ## `go-bag help [COMMAND]` |