g-Off / stringray

macOS command line tool for manipulating and validating  strings files
MIT License
6 stars 1 forks source link

Enhance helper text for string lint command #5

Closed kudalies closed 5 years ago

kudalies commented 5 years ago

Right now, stringray lint or stringray lint <filepath> does not work. stringray lint -h only says it has 1 option of --list, -l List available rules and default configuration

Add helper text to indicate usage of stringray lint can include option stringray lint --input and what --input, -i means.

g-Off commented 5 years ago

stringray lint <path> would also be nice, but I'm not sure how to do this with the command line option parsing so that -h or -l are also possible for spitting out the list of lint rules