mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-11 15:37:24 +00:00
782cae2d21
This teaches the status command to work with features. 'status features' will show a table listing all known features and whether they are currently on or off. `status test-feature` will test an individual feature, setting the exit status to 0 if the feature is on, 1 if off, 2 if unknown.
11 lines
431 B
Text
11 lines
431 B
Text
<W> fish: An error occurred while redirecting file '.'
|
|
open: Is a directory
|
|
status: Invalid combination of options,
|
|
you cannot do both 'is-interactive' and 'is-login' in the same invocation
|
|
status: Invalid combination of options,
|
|
you cannot do both 'is-block' and 'is-interactive' in the same invocation
|
|
status: Invalid job control mode 'full1'
|
|
status: Invalid job control mode '1none'
|
|
|
|
####################
|
|
# Future Feature Flags
|