mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 15:14:44 +00:00
basename: add completions
simple ones for the two options mine supports
This commit is contained in:
parent
76bde0839f
commit
cdb81e4001
1 changed files with 3 additions and 0 deletions
3
share/completions/basename.fish
Normal file
3
share/completions/basename.fish
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
# author: floam 2022-01-29
|
||||||
|
complete basename -s a -d 'work on multiple arguments'
|
||||||
|
complete basename -s s -d 'remove trailing suffix'
|
Loading…
Reference in a new issue