Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: prefactor for adding new subcommands #192

Merged
merged 1 commit into from
Oct 22, 2023

Conversation

thesayyn
Copy link
Contributor

No description provided.

@@ -18,6 +18,7 @@ func main() {
for _, arg := range flag.Args() {
cmd := exec.Command("bash", arg)
if os.Getenv("TMPDIR") != "" {
cmd.Env = append(cmd.Env, os.Environ()...)
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

on my machine (darwin/arm64), I have a non-standard PATH env, so I needed to add this in order to tests pass. happy to revert

@vbatts
Copy link
Owner

vbatts commented Oct 22, 2023

LGTM

@vbatts vbatts merged commit b5c5253 into vbatts:main Oct 22, 2023
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants