nomad completions

This commit is contained in:
Noah Masur 2021-04-09 22:00:39 -04:00
parent cebeb89026
commit a4269b8da0

View File

@ -0,0 +1,9 @@
function __complete_nomad
set -lx COMP_LINE (commandline -cp)
test -z (commandline -ct)
and set COMP_LINE "$COMP_LINE "
/usr/local/bin/nomad
end
complete -f -c nomad -a "(__complete_nomad)"