Skip to content

Commit 70f4372

Browse files
authored
📝 describe how to list CLI products (#149)
1 parent d6d2268 commit 70f4372

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,15 +208,17 @@ puts result.document
208208
A command-line interface tool is available to quickly test documents:
209209

210210
```sh
211-
ruby ./bin/mindee.rb invoice path/to/your/file.ext
211+
ruby ./bin/mindee.rb <product_name> path/to/your/file.ext
212212
```
213213

214214
Using the ruby bundler:
215215

216216
```sh
217-
bundle exec ruby ./bin/mindee.rb invoice path/to/your/file.ext
217+
bundle exec ruby ./bin/mindee.rb <product_name> path/to/your/file.ext
218218
```
219219

220+
Where possible values for `<product_name>` can be displayed by running the command with no arguments.
221+
220222
## Further Reading
221223

222224
There's more to it than that for those that need more features, or want to

0 commit comments

Comments
 (0)