Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add qualifiers for Arg and Flag to disambiguate Cli.{Parsed.}Flag
Thanks to leanprover/lean4#5783, we now have recursive structure commands, which trips the inference into constructing a recursive struct. Therefore, we disambiguate the fields in `Cli.Parsed.Flag` to explicitly refer to `Cli.Flag`. Discovered when bumping toolchain to nightly in leanprover/LNSym#244.
- Loading branch information