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

new command line option : -config #3

Open
voidabhi opened this issue May 2, 2014 · 2 comments
Open

new command line option : -config #3

voidabhi opened this issue May 2, 2014 · 2 comments

Comments

@voidabhi
Copy link

voidabhi commented May 2, 2014

The idea is to bundle arguments which are rarely changed by the user. And storing these bundles as key value pairs in a file.

$ postman -html template.html -text template.txt -csv recipients.csv \
    -sender "Zaphod Beeblebrox <[email protected]>" \
    -subject "Hello, World!" -server smtp.beeblebrox.com -port 587 \
    -user zaphod -password Betelgeuse123

Instead of this we can have..

$ postman -html template.html -text template.txt -csv recipients.csv \
    -sender "Zaphod Beeblebrox <[email protected]>" \
    -subject "Hello, World!" -config beeble

Where beeble is the key to the bundle of required configuration.

@blackrosezy
Copy link

+1 nice idea, I like!

@zachlatta
Copy link
Owner

Agreed! Really like this idea. As always, PRs are welcome. If
not, I'll try to get to implementing this when I have a chance.
Maybe sometime this weekend.

Zach Latta
http://zachlatta.com
https://github.com/zachlatta
https://twitter.com/zachlatta

On Thu, Aug 28, 2014, at 08:58 PM, Mohd Rozi wrote:

+1 nice idea, I like!


Reply to this email directly or [1]view it on GitHub.

References

  1. new command line option : -config #3 (comment)

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

No branches or pull requests

3 participants