arthurnn / cheatly

A cheat-sheet cli for a cheat repository
MIT License
47 stars 16 forks source link

added help to cheatly command list #4

Closed v1j4y closed 10 years ago

v1j4y commented 10 years ago

help seemed to be broken, anyways working on the repo. want to add push !

arthurnn commented 10 years ago

help should be a command. (under sheets folder)

  1. update cheatly: gem update cheatly
  2. create a new command: cheatly new help
  3. Create a new PR, with the sheets/help.yml file only.
arthurnn commented 10 years ago

Thanks a lot for the patch, I did the help sheet think I mentioned using your words. see https://github.com/arthurnn/cheatly/commit/1835d95bfd84d3def9b9fbca28381e3839e3a8fe thanks again.

hauleth commented 10 years ago

Instead of that we should use Thor gem to manage CLI tasks. It will generate help for us (with proper sub-helps). See #14.