mirror of
https://github.com/Jguer/yay.git
synced 2026-09-17 19:59:29 -05:00
Instead of `yay -<op> --help` printing the entire help message, it will now print a contextual help message based on the operation being performed. The top-level help message shows available operations and global flags as before. It no longer shows operation-specific flags and `pacman -S --help` output. Like the pacman output, it shows that you can get operation-specific help by running `yay -<op> --help`. The operation-specific help message shows the operation's flags and all pacman operation flags pass through to pacman.