Ryan Ogden

Results 2 issues of Ryan Ogden

## 🐛 Bug Report No build or runtime errors. The volume is turned up on my simulator and computer. There is simply no sound. My app is as simple as...

## Problem [Fixes #4707](https://github.com/clap-rs/clap/issues/4707) Previously, arguments required via `requires` could be bypassed when they conflicted with other present arguments in mutually exclusive groups. ### Example Issue: ```rust #[derive(Parser)] #[clap(group =...