labstack / armor

Uncomplicated, modern HTTP server
https://armor.labstack.com
MIT License
1.66k stars 64 forks source link

Support multiple arguments #44

Closed edp1096 closed 6 years ago

edp1096 commented 6 years ago

When execute armor.exe as below, I could not set %current_workspace% as root directory

set "current_workspace=%cd%"
armor.exe --root %current_workspace% -c .\armor-set\config.yml

Although I solved this by modifying root section in config.yml using sed but, I think that supporting would be better. :)

Testing env. : MS-Windows10

edp1096 commented 6 years ago

Thank you for no response. Closing.