aboutsummaryrefslogtreecommitdiffstats
path: root/fish/functions/in.fish
blob: a9e5873caafa026b0b891c15bdd2f51d48b4d3f9 (plain) (blame)
1
2
3
4
# Defined in - @ line 1
function in --description 'alias in=task add +in'
	task add +in $argv;
end