Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Feb 26, 2023. It is now read-only.

Conversation

@breml
Copy link
Contributor

@breml breml commented Jul 2, 2017

Fixes #17

Copy link
Owner

@FooSoft FooSoft left a comment

Choose a reason for hiding this comment

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

First of all, I apologize for the slow reply -- I had limited access for the past week. Aside from the syntax change, this looks solid.

README.md Outdated
["MYENV1", "foo"], # set MYENV1 to foo
["MYENV2", "foo", "bar"], # set MYENV2 to foo,bar
["MYENV3"], # clear MYENV3
["MYENV4", "!exec", "hostname", "-s"], # set MYENV4 to the output of `hostname -s`
Copy link
Owner

Choose a reason for hiding this comment

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

Could you please change this to work more like:

["MYENV4", "!hostname", "-s"], # set MYENV4 to the output of `hostname -s`

I think that this would be more inline with how other parts of homemaker works, and it would at the same time get rid of the need for exec keyword.

@breml
Copy link
Contributor Author

breml commented Jul 10, 2017

Updated the PR as you suggested.

@FooSoft FooSoft merged commit a514189 into FooSoft:master Jul 10, 2017
@FooSoft
Copy link
Owner

FooSoft commented Jul 10, 2017

Looks good

@breml breml deleted the cmd-to-env branch July 10, 2017 19:44
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants