justone / dfm

dotfiles manager
http://endot.org/projects/#dfm
Other
123 stars 18 forks source link

Adds help command and makes it the default for when there is no command #14

Closed seth-- closed 11 years ago

seth-- commented 11 years ago

https://github.com/justone/dfm/issues/5

justone commented 11 years ago

Thank you for your pull request. Two days ago I refactored the command handling for #7 and so this code didn't apply cleanly anymore. I was planning on reworking the way help is handled, and in doing so I ended up integrating the ideas from your code. See commit b6898dc.

Now dfm can do subcommand specific help. For example: dfm help install and dfm install --help show specific help for the 'install' subcommand.