mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-03-15 23:22:53 +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…
x
Reference in New Issue
Block a user