This website requires JavaScript.
Explore
Help
Register
Sign In
github-mirror
/
fish-shell
Watch
2
Star
0
Fork
0
You've already forked fish-shell
mirror of
https://github.com/fish-shell/fish-shell.git
synced
2024-11-25 18:03:37 +08:00
Code
Issues
Actions
3
Packages
Projects
Releases
Wiki
Activity
094f10874b
fish-shell
/
share
/
completions
/
bzip2recover.fish
2 lines
81 B
Fish
Raw
Normal View
History
Unescape
Escape
Fixes #8924 via `__fish_complete_suffix` overhaul Before: * hand write arg parse * only accepts one suffix After: * use `arg_parse` to parse args * accepts multi suffixes Closes #9611.
2023-02-24 10:18:08 +08:00
complete
-c
bzip2recover
-k
-x
-a
"(__fish_complete_suffix .tbz .tbz2 .bz .bz2)"
Reference in New Issue
Copy Permalink