mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-28 22:03:12 +00:00
e825415917
This adds a new capability to the `set` command. It is similar to running `set` with no other arguments but provides far more detail about each variable. Such as whether it is set in each of the local, global, and universal scopes. And the values in each scope. You can also ask for specific variables to be shown. Fixes #4265
2 lines
92 B
Text
2 lines
92 B
Text
# Verify behavior of `set --show` given an invalid var name
|
|
$argle bargle: invalid var name
|