This commit is contained in:
Reinier Criel 2025-10-21 15:25:12 -07:00
parent 6a69eec342
commit d0f2edec0a
5 changed files with 60 additions and 22 deletions

View file

@ -50,6 +50,14 @@ function bunx() {
wrapSafeChainCommand "bunx" "aikido-bunx" "$@"
}
function pip() {
wrapSafeChainCommand "pip" "aikido-pip" "$@"
}
function pip3() {
wrapSafeChainCommand "pip3" "aikido-pip" "$@"
}
function npm() {
if [[ "$1" == "-v" || "$1" == "--version" ]] && [[ $# -eq 1 ]]; then
# If args is just -v or --version and nothing else, just run the npm version command