mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-15 01:17:45 +00:00
08209b3d9a
This is slightly unclean. Even tho it would otherwise be syntactically valid, using $status as a command is very very very likely to be an error, like if not $status We have reports of this surprisingly regularly, including #2773. Because $status can only ever be a value from 0 to 255, it is also very unlikely to be an actual command, and that command is very unlikely to do what you want. So we simply point the user towards the "conditions" help section, that should explain things. |
||
---|---|---|
.. | ||
checks | ||
pexpects | ||
test_functions | ||
.gitignore | ||
history_sample_bash | ||
history_sample_corrupt1 | ||
history_sample_fish_1_x | ||
history_sample_fish_2_0 | ||
interactive.config | ||
interactive.fish | ||
test.fish | ||
test_util.fish |