bugfix: make fish 3.3. compatible
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user