mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-15 22:44:01 +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
|