diff --git a/fish/functions/copilot_gh-assist.fish b/fish/functions/copilot_gh-assist.fish index 72d2627..1e95d6a 100644 --- a/fish/functions/copilot_gh-assist.fish +++ b/fish/functions/copilot_gh-assist.fish @@ -1,4 +1,4 @@ -function copilot_gh-assist +function copilot_gh-assist --description "GitHub Copilot gh assist" set TMPFILE (mktemp) trap 'rm -f $TMPFILE' EXIT if github-copilot-cli gh-assist $argv --shellout $TMPFILE diff --git a/fish/functions/copilot_git-assist.fish b/fish/functions/copilot_git-assist.fish index f9549eb..18f00b4 100644 --- a/fish/functions/copilot_git-assist.fish +++ b/fish/functions/copilot_git-assist.fish @@ -1,4 +1,4 @@ -function copilot_git-assist +function copilot_git-assist --description "GitHub Copilot git assist" set TMPFILE (mktemp) trap 'rm -f $TMPFILE' EXIT if github-copilot-cli git-assist $argv --shellout $TMPFILE diff --git a/fish/functions/copilot_what-the-shell.fish b/fish/functions/copilot_what-the-shell.fish index af0f172..6a7b283 100644 --- a/fish/functions/copilot_what-the-shell.fish +++ b/fish/functions/copilot_what-the-shell.fish @@ -1,4 +1,4 @@ -function copilot_what-the-shell +function copilot_what-the-shell --description "GitHub Copilot what the shell" set TMPFILE (mktemp) trap 'rm -f $TMPFILE' EXIT if github-copilot-cli what-the-shell $argv --shellout $TMPFILE