2020-08-05 07:20:03 +00:00
|
|
|
function __fish_complete_prime_run_subcommand
|
|
|
|
set -lx -a PATH /usr/local/sbin /sbin /usr/sbin
|
2020-08-10 18:46:07 +00:00
|
|
|
__fish_complete_subcommand
|
2020-08-05 07:20:03 +00:00
|
|
|
end
|
|
|
|
|
|
|
|
complete -c prime-run -x -a "(__fish_complete_prime_run_subcommand)"
|