mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-14 08:58:01 +00:00
9e922a6e02
The `status` command currently silently allows incompatible flags (i.e., subcommands). Too, using flags to specify subcommands misleads the user into thinking they can specify multiple subcommands. We recently modified the `history` command to deprecate using flags for subcommands. This change does the same for the `status` command. Fixes #3509
8 lines
386 B
Text
8 lines
386 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'
|