@herodevs/cli 0.1.14 → 0.1.15
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/README.md +3 -3
- package/dist/package.json +1 -1
- package/oclif.manifest.json +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -18,7 +18,7 @@ $ npm install -g @herodevs/cli
|
|
|
18
18
|
$ @herodevs/cli COMMAND
|
|
19
19
|
running command...
|
|
20
20
|
$ @herodevs/cli (--version)
|
|
21
|
-
@herodevs/cli/0.1.
|
|
21
|
+
@herodevs/cli/0.1.15 darwin-arm64 node-v18.17.1
|
|
22
22
|
$ @herodevs/cli --help [COMMAND]
|
|
23
23
|
USAGE
|
|
24
24
|
$ @herodevs/cli COMMAND
|
|
@@ -62,7 +62,7 @@ EXAMPLES
|
|
|
62
62
|
$ @herodevs/cli committer
|
|
63
63
|
```
|
|
64
64
|
|
|
65
|
-
_See code: [dist/commands/committer/index.ts](https://github.com/herodevs/cli/blob/v0.1.
|
|
65
|
+
_See code: [dist/commands/committer/index.ts](https://github.com/herodevs/cli/blob/v0.1.15/dist/commands/committer/index.ts)_
|
|
66
66
|
|
|
67
67
|
## `@herodevs/cli committer:get-all [flags [-s][-e][-x]]`
|
|
68
68
|
|
|
@@ -86,7 +86,7 @@ EXAMPLES
|
|
|
86
86
|
$ @herodevs/cli committer get-all
|
|
87
87
|
```
|
|
88
88
|
|
|
89
|
-
_See code: [dist/commands/committer/get-all.ts](https://github.com/herodevs/cli/blob/v0.1.
|
|
89
|
+
_See code: [dist/commands/committer/get-all.ts](https://github.com/herodevs/cli/blob/v0.1.15/dist/commands/committer/get-all.ts)_
|
|
90
90
|
|
|
91
91
|
## `@herodevs/cli help [COMMANDS]`
|
|
92
92
|
|
package/dist/package.json
CHANGED
package/oclif.manifest.json
CHANGED