mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-07-03 01:41:15 -03:00
To homogenize error reporting format, use a new Error struct. Currently this is used for builtins and ensuring a common cmd/subcmd prefix. Part of #12556