Adorkable / seguecode

the missing support tool for building safe UIStoryboard code
MIT License
22 stars 3 forks source link

Usage Help should be clearer #15

Open brennanMKE opened 9 years ago

brennanMKE commented 9 years ago

Running the following commands should show usage.

The output would be...

seguecode -o <output folder> <storyboard>

yoiang commented 9 years ago

@brennanMKE thanks for the suggestion!

seguecode --help and seguecode -h should currently show usage and options but it isn't as concisely and clearly written as you've written, I'll make the change :)

brennanMKE commented 9 years ago

I did not try those options. I did run the command without any arguments and it did not show me anything like other commands typically do, so I did not expect it was there. What you have is good. If you could have it display this usage text when no arguments are provided that could help.

yoiang commented 9 years ago

Oh gotcha, that makes sense!