fish-shell / fish-shell/fish-shell
Do not remove deprecated `-i/--ignore-unknown` from `argparse`
Open
- Dominant language
- Rust
- Stars
- 34.2k
- Forks
- 2.4k
- Avg merge
- 2d 8h
- Merged PRs (30d)
- 13
Description
Please do not remove deprecated `-i/--ignore-unknown` from `argparse`.
It has valid uses.
I am using it to get the values for multiple options.
I do not want other options to either cause an error or to be included in `$argv_opts`.
You might want to remove the deprecation & just warn that `-u/--move-unknown` is generally preferred & why.
Contributor guide
Assessment
This issue has not been assessed yet.