fresh
fresh copied to clipboard
Support for passing args
I'm running a martini server using fresh and I need to pass some command line args to my program, but can't find any support for it.
It would be great with either a command line switch for the fresh command:
fresh -a "--my-custom-arg=123 --and-another=true"
... or an option in the config file:
args: --my-custom-arg=123 --and-another=true
Perhaps both?
I created a pull request for this feature: https://github.com/pilu/fresh/pull/10. I have tested it with a single command line arg. https://github.com/lateefj/fresh if there are any fixes let me know.
+1
@lateefj if you can rebase I can check again and then merge your PR
Any movement on this? This would be a really-nice-to-have™
@jhartman86 I have updated my PR (#10). @pilu not sure how I missed this message last year sorry.
Any news on this feature? It's awesome and very usefull for commands and much more
@aferrandini You install based on my fork since it doesn't look my PR is going to get merged to master
This would be incredibly useful. What's blocking it?