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
Refactored `use` command to improve usability by introducing a `GetVars`
function that returns the functions to be exported for use by `exec`.
Implemented an `exec` that simply passes the args as-is to the specified
binary via `syscall.Exec`.
Fixesshyiko#285
Hi,
I'd like to see if it makes sense to contribute a
jabba exec
command to allow executing one-shot commands without ajabba use
before.I'm happy to take a stay at contributing this if you feel this is something that might be useful in general.
Thanks.
The text was updated successfully, but these errors were encountered: