mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-27 21:33:09 +00:00
76c73aa8ce
This deprecates the use of long options for history sub-commands (e.g., `history --delete`) in favor of proper sub-commands (e.g., `history delete`). It also eliminates the short options for those sub-commands. Also change option processing to allow options anywhere on the command line to match how the vast majority of fish builtins handle flags. Replace --with-time with --show-time. Fixes #3367
24 lines
1.2 KiB
Text
24 lines
1.2 KiB
Text
history: Invalid combination of options,
|
|
you cannot do both 'search' and 'merge' in the same invocation
|
|
history: you cannot use any options with the clear command
|
|
history: you cannot use any options with the merge command
|
|
history: save command expected 0 args, got 1
|
|
history: you cannot use any options with the save command
|
|
history: you cannot use any options with the clear command
|
|
history: merge command expected 0 args, got 1
|
|
history: clear command expected 0 args, got 2
|
|
|
|
history: you cannot use any options with the clear command
|
|
history: you cannot use any options with the merge command
|
|
history: save command expected 0 args, got 1
|
|
history: you cannot use any options with the clear command
|
|
history: you cannot use any options with the merge command
|
|
|
|
history: Invalid combination of options,
|
|
you cannot do both 'search' and 'merge' in the same invocation
|
|
history: you cannot use any options with the save command
|
|
history: you cannot use any options with the clear command
|
|
history: merge command expected 0 args, got 1
|
|
history: clear command expected 0 args, got 2
|
|
history: you cannot use any options with the save command
|
|
history: you cannot use any options with the merge command
|