docs: Added a demo image to README (#24)

This commit is contained in:
Vlad Frolov
2024-10-12 10:41:59 +02:00
committed by GitHub
parent 22fa3eca88
commit d19434cafa
2 changed files with 4 additions and 0 deletions

BIN
.github/media/simple_struct_demo.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 410 KiB

View File

@@ -10,4 +10,8 @@
See examples in the [`examples/`](https://github.com/near-cli-rs/interactive-clap/tree/master/examples) folder.
<p>
<img src=".github/media/simple_struct_demo.png" alt="Usage example showing a simple struct annotated with interactive-clap">
</p>
See it in action in [`near-cli-rs`](https://near.cli.rs) and [`bos-cli-rs`](https://bos.cli.rs).