aboutsummaryrefslogblamecommitdiffstats
path: root/fish/functions/a.fish
blob: 43b36db19747ebba24a18be0d8c5e4ffd0ec76f4 (plain) (tree)
1
2
3
4



                                           
# Defined in - @ line 0
function a --description 'alias a task add'
	task add $argv;
end