mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-04-21 08:51:14 -03:00
Previously executing `set -a` or `set -p` would just list all the variables, which does not make sense since the user specifically ask for an action (append/prepend). Update the help page synopsis Part of #12603