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