tableflip / guvnor

A node process manager that isn't spanners all the way down
MIT License
430 stars 37 forks source link

Arguments arent reaching the process #41

Closed paezao closed 9 years ago

paezao commented 9 years ago

Im using this syntax but it's not working:

sudo guv start -n ProcessName -a '--username blabla --password blabla --port 3003' app.js

Those arguments aren't getting to the process :(

What am I doing wrong?

achingbrain commented 9 years ago

I think this is a bug. I've just added some integration tests for the CLI, one of which exposes the issue.

There's a fix in master, it'll be in the next release.