Doesn't support contextual flags with multiple definitions (i.e. `pacman -Rc`)

Author: AlurienFlameCreated Aug 12, 2026Updated Aug 13, 2026

the -c flag for pacman has differing definitions based on the letter that comes before, but this tool only shows the first explanation (which applies to pacman -Qc) rather than the contextually correct one.

Observed behavior: pacman -Rc describes -c using the definition for --changelog, which only applies as an option for -Q.

Expected behavior: pacman -Rc describes -c using the definition for --cascade, which applies to -R.

https://manpages.ubuntu.com/manpages/resolute/man8/pacman.8.html