patharg 0.3.0

Treat "-" (hyphen/dash) arguments as stdin/stdout
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
v0.3.0 (2023-04-22)
-------------------
- Formatting `InputArg::Stdin` or `OutputArg::Stdout` with `{:#}` will now
  produce `"<stdin>"` or `"<stdout>"`, respectively
- Adjusted the trait bounds on the `from_arg()` methods and the `From`
  implementations.  Pre-existing code that uses these features will still work,
  but now some more types are accepted, and there should be no more needless
  copying of data.
- Added "serde" feature to enabling serializing & deserializing with `serde`

v0.2.0 (2023-04-21)
-------------------
- Added "tokio" feature to enable async methods

v0.1.0 (2023-04-19)
-------------------
Initial release