CleverStack / cleverstack-cli

CLI for CleverStack
http://youtube.com/watch?v=-4ArURHExhQ
MIT License
196 stars 33 forks source link

Incorrect help message #17

Closed callaars closed 10 years ago

callaars commented 10 years ago

When executing clever --host 10.0.0.0 server or clever --port 7777 server, the general help is shown. However when executing clever server --host 10.0.0.0 or clever server --port 7777 this does not seem to show up and seems to work fine.

I did however not check if the port/hostname are actually used at that point.

pilsy commented 10 years ago

Im working on a bugfix for this now, i should be pushing code shortly

callaars commented 10 years ago

Cool.

pilsy commented 10 years ago

Hey @bcallaars sorry i got sidetracked by other tickets and bugfixes, i did take a look at this and got it mostly done but the test fail (the tests for help commands are painful lol)

I hope to get this done over the coming weekend

callaars commented 10 years ago

No worries, it isn't that much of a high prio. But if you need any help developing, give me a shout. On 19 Jun 2014 20:14, "Richard" notifications@github.com wrote:

Hey @bcallaars https://github.com/bcallaars sorry i got sidetracked by other tickets and bugfixes, i did take a look at this and got it mostly done but the test fail (the tests for help commands are painful lol)

I hope to get this done over the coming weekend

— Reply to this email directly or view it on GitHub https://github.com/CleverStack/cleverstack-cli/issues/17#issuecomment-46604075 .

pilsy commented 10 years ago

Not too sure i can actually fix this, the help is shown correctly when you run clever serve -h and clever -h, this is a result of running just clever - without a command like serve then it will default to serve