diff --git a/.config/fish/completions/arkedump.fish b/.config/fish/completions/arkedump.fish new file mode 100644 index 0000000..22fe434 --- /dev/null +++ b/.config/fish/completions/arkedump.fish @@ -0,0 +1 @@ +complete -c arkedump -f -a "(GO_FLAGS_COMPLETION=1 arkedump (string split ' ' (commandline -cp)))" diff --git a/.config/fish/completions/arkesend.fish b/.config/fish/completions/arkesend.fish new file mode 100644 index 0000000..9c0145d --- /dev/null +++ b/.config/fish/completions/arkesend.fish @@ -0,0 +1 @@ +complete -c arkesend -f -a "(GO_FLAGS_COMPLETION=1 arkesend (string split ' ' (commandline -cp)))"