mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 12:15:29 +00:00
chore(fish): add description to functions
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user