clap-io 0.2.0

Add input and output flags to clap commands
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# clap-io

Easily add a `--input` and `--output` flags to CLIs using clap

## Example

```sh
cargo run --example copy -- --help
```

## LICENSE

Copyright © 2023 Swift Navigation

Distributed under the [MIT open source license](LICENSE).