mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 23:24:39 +00:00
Add completion for --case-sensitive flag to history
This commit is contained in:
parent
a2cb9cceaf
commit
9216544437
1 changed files with 2 additions and 0 deletions
|
@ -10,6 +10,8 @@ complete -c history -n '__fish_seen_subcommand_from search delete' \
|
|||
-s e -l exact -d "Match items identical to the string"
|
||||
complete -c history -n '__fish_seen_subcommand_from search delete' \
|
||||
-s t -l show-time -d "Output with timestamps"
|
||||
complete -c history -n '__fish_seen_subcommand_from search delete' \
|
||||
-s C -l case-sensitive -d "Match items in a case-sensitive manner"
|
||||
complete -c history -n '__fish_seen_subcommand_from search' \
|
||||
-s n -l max -d "Limit output to the first 'n' matches"
|
||||
|
||||
|
|
Loading…
Reference in a new issue