mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-14 00:47:30 +00:00
15 lines
416 B
Text
15 lines
416 B
Text
|
# __fish_complete_directories test/z
|
||
|
# __fish_complete_directories test/d
|
||
|
test/data/ Directory
|
||
|
# __fish_complete_directories test/data
|
||
|
test/data/ Directory
|
||
|
# __fish_complete_directories test/data/
|
||
|
test/data/abc/ Directory
|
||
|
test/data/abcd/ Directory
|
||
|
test/data/fish/ Directory
|
||
|
test/data/xy/ Directory
|
||
|
test/data/xyz/ Directory
|
||
|
# __fish_complete_directories test/data/abc
|
||
|
test/data/abc/ abc dirs
|
||
|
test/data/abcd/ abc dirs
|