clap/examples/multicall_hostname.md

14 lines
343 B
Markdown
Raw Normal View History

*Jump to [source](multicall_hostname.rs)*
Example of a `hostname-style` multicall program
See the documentation for clap::AppSettings::Multicall for rationale.
This example omits the implementation of displaying address config
```bash,ignore
$ hostname
www
```
*Note: without the links setup, we can't demonostrate the multicall behavior*