mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-25 09:39:52 +08:00
4 lines
133 B
Fish
4 lines
133 B
Fish
|
# author: floam 2022-01-29
|
||
|
complete basename -s a -d 'work on multiple arguments'
|
||
|
complete basename -s s -d 'remove trailing suffix'
|