prajwalch/yazap

could this module support get parameters from environment?

diablur opened this issue · 3 comments

I want to get parameters from args or environment.

Yes, you can parse the args from both command line and env but to parse from env you have to get it yourself and pass to App.parseFrom. See examples on test file.

@diablur Hope you get the answer. Closing this as completed :)

@diablur Hope you get the answer. Closing this as completed :)

thank you