mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-29 06:13:20 +00:00
5 lines
126 B
Fish
5 lines
126 B
Fish
|
function _justfile_targets
|
||
|
just --summary 2>/dev/null | string split ' '
|
||
|
end
|
||
|
complete -c just -a '(_justfile_targets)' -f
|