You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rewrite `vp node [args...]` to `vp env exec node [args...]` in the
pre-clap argument normalizer so the shorthand reuses the existing shim
dispatch (automatic Node version resolution, auto-download, recursion
prevention). No changes to the Commands enum — avoids growing the
derived clap parser.
Closes#1325
0 commit comments