dotfiles/.config/fish/functions/testIntegOFbiz.fish

5 lines
221 B
Fish

function testIntegOFbiz --wraps='./gradlew cleanAll loadAll testIntegration' --description 'alias testIntegOFbiz=./gradlew cleanAll loadAll testIntegration'
./gradlew cleanAll loadAll testIntegration $argv
end