Files
dotfiles/home/dot_config/fish/functions/ghce.fish
Xevion 005b2ed850 feat: add Fish function wrappers for copilot suggest/explain commands
Replace gh copilot aliases with custom Fish functions that provide better help
text and wrap the copilot CLI with appropriate prompts
2025-12-30 00:26:22 -06:00

4 lines
103 B
Fish

function ghce --wraps explain --description "Alias for explain (GitHub Copilot)"
explain $argv
end