Skip to content
This repository was archived by the owner on Sep 28, 2023. It is now read-only.

Commit 9f61a93

Browse files
committed
added result output to index002_cli.sh file in docs
1 parent d207679 commit 9f61a93

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/examples/index/index002_cli.sh

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
11
respo --help # prints all available commands
22

33
respo create respo-example.yml # create model from file
4+
5+
# Result
6+
INFO: Start looking for file 'respo-example.yml'
7+
INFO: Validating the content...
8+
INFO: YML syntax validated in 0.004s...
9+
INFO: Respo model validated in 0.002s...
10+
INFO: Saving as binary file to .respo_cache/__auto__respo_model.bin
11+
INFO: Success!

0 commit comments

Comments
 (0)