bananareporter 0.1.1 → 0.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/README.md +3 -3
- package/oclif.manifest.json +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
@@ -67,7 +67,7 @@ sources:
|
|
67
67
|
bananareporter --from 2023-01-01 --to 2023-03-01 -c bananareporter.yaml
|
68
68
|
```
|
69
69
|
|
70
|
-
In the current directory you will find the output as `bananareporter_$FROM__$TO.json`, can be
|
70
|
+
In the current directory you will find the output as `bananareporter_$FROM__$TO.json`, can be changed with `--out`
|
71
71
|
|
72
72
|
|
73
73
|
# Usage
|
@@ -77,7 +77,7 @@ $ npm install -g bananareporter
|
|
77
77
|
$ bananareporter COMMAND
|
78
78
|
running command...
|
79
79
|
$ bananareporter (--version)
|
80
|
-
bananareporter/0.1.
|
80
|
+
bananareporter/0.1.2 linux-x64 node-v18.14.2
|
81
81
|
$ bananareporter --help [COMMAND]
|
82
82
|
USAGE
|
83
83
|
$ bananareporter COMMAND
|
@@ -136,5 +136,5 @@ EXAMPLES
|
|
136
136
|
report with 138 entries saved to ./bananareporter.json
|
137
137
|
```
|
138
138
|
|
139
|
-
_See code: [dist/commands/run/index.ts](https://github.com/nya1/bananareporter/blob/v0.1.
|
139
|
+
_See code: [dist/commands/run/index.ts](https://github.com/nya1/bananareporter/blob/v0.1.2/dist/commands/run/index.ts)_
|
140
140
|
<!-- commandsstop -->
|
package/oclif.manifest.json
CHANGED