mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-17 01:12:45 +08:00
![lengyijun](/assets/img/avatar_default.png)
Before: * hand write arg parse * only accepts one suffix After: * use `arg_parse` to parse args * accepts multi suffixes Closes #9611.
3 lines
82 B
Fish
3 lines
82 B
Fish
complete -c bzip2recover -k -x -a "(__fish_complete_suffix .tbz .tbz2 .bz .bz2)"
|
|
|