diff --git a/.github/media/simple_struct_demo.png b/.github/media/simple_struct_demo.png new file mode 100644 index 0000000..678f4fc Binary files /dev/null and b/.github/media/simple_struct_demo.png differ diff --git a/README.md b/README.md index 279774b..355bb06 100644 --- a/README.md +++ b/README.md @@ -10,4 +10,8 @@ See examples in the [`examples/`](https://github.com/near-cli-rs/interactive-clap/tree/master/examples) folder. +

+ Usage example showing a simple struct annotated with interactive-clap +

+ See it in action in [`near-cli-rs`](https://near.cli.rs) and [`bos-cli-rs`](https://bos.cli.rs).