Closed postmodern closed 12 years ago
True, programmatic (within ruby) usage does not require binman. It's only needed by command line usage.
This is the result of how I've drawn the line: I have chosen to include both CLI and API in the md2man gem. Alternatively, I could choose to maintain two gems: md2man-cli (has binman dependency) and md2man-api (no binman dependency). However, that adds more work for little benefit IMHO.
I like it!
I don't understand. Would you like me to maintain two gems?
Oh no, I like the idea of including a CLI in md2man. Single gem, provides everything one might need.
Oh good. Thanks for your feedback. :-)
binman depends on md2man, and should be optional for those using md2man programmatically.