Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Clap error in examples/timestamp
Currently, examples/timestamp raises runtime error by violation of constraints of clap. `Arg::multiple()` is deprecated in clap 3.* [1]. This PR uses `Arg::multiple_occurrences()` instead and fixes the error. [1] https://docs.rs/clap/3.0.0/clap/struct.Arg.html#method.multiple
- Loading branch information