bugfix: make fish 3.3. compatible

This commit is contained in:
2022-02-17 10:07:30 +01:00
parent cff3e24b92
commit e4939853d6
5 changed files with 123 additions and 114 deletions

View File

@ -1,3 +1,4 @@
function cdk -d "execute aws cdk" -w cdk
__nvm_run "cdk" $argv
# Defined in - @ line 1
function cdk --wraps='npx aws-cdk@1.x' --description 'alias cdk=npx aws-cdk@1.x'
npx aws-cdk@1.x $argv;
end