mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-25 09:39:52 +08:00
basename: add completions
simple ones for the two options mine supports
This commit is contained in:
parent
76bde0839f
commit
cdb81e4001
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 New Issue
Block a user