thepacketgeek/clap-stdin (clap-stdin)
### [`v0.5.1`](https://redirect.github.com/thepacketgeek/clap-stdin/releases/tag/v0.5.1)
[Compare Source](https://redirect.github.com/thepacketgeek/clap-stdin/compare/v0.5.0...v0.5.1)
- Bringing back access to the original filename passed to `FileOrStdin` through `FileOrStdin::filename`
- Added tests to make sure I don't remove this again
### [`v0.5.0`](https://redirect.github.com/thepacketgeek/clap-stdin/releases/tag/v0.5.0)
[Compare Source](https://redirect.github.com/thepacketgeek/clap-stdin/compare/v0.4.0...v0.5.0)
- Adding `is_stdin()` fn to `MaybeStdin` and `FileOrStdin` in lieu of pub access to the `Source` member
- Fixing [#9](https://redirect.github.com/thepacketgeek/clap-stdin/issues/9) by checking for duplicated stdin arg usage when stdin is read, instead of definition
- This improves compatibility with clap's `global=true` Arg option that caused the duplicate stdin usage error even when an stdin arg was only used once.
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
[ ] If you want to rebase/retry this PR, check this box
This PR contains the following updates:
0.4.0
->0.5.0
Release Notes
thepacketgeek/clap-stdin (clap-stdin)
### [`v0.5.1`](https://redirect.github.com/thepacketgeek/clap-stdin/releases/tag/v0.5.1) [Compare Source](https://redirect.github.com/thepacketgeek/clap-stdin/compare/v0.5.0...v0.5.1) - Bringing back access to the original filename passed to `FileOrStdin` through `FileOrStdin::filename` - Added tests to make sure I don't remove this again ### [`v0.5.0`](https://redirect.github.com/thepacketgeek/clap-stdin/releases/tag/v0.5.0) [Compare Source](https://redirect.github.com/thepacketgeek/clap-stdin/compare/v0.4.0...v0.5.0) - Adding `is_stdin()` fn to `MaybeStdin` and `FileOrStdin` in lieu of pub access to the `Source` member - Fixing [#9](https://redirect.github.com/thepacketgeek/clap-stdin/issues/9) by checking for duplicated stdin arg usage when stdin is read, instead of definition - This improves compatibility with clap's `global=true` Arg option that caused the duplicate stdin usage error even when an stdin arg was only used once.Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.