Comment on Show HN: Makedown – A Markdown powered Makefile alternativeComments−zahlman1yOne can type `--help` after `x my-command` to print out the help associated with that command.I assume that there is no support for the scripts having their own command-line arguments? Or how do you disambiguate?Anyway, this seems like an interesting demo, but it's hard to imagine the use case.−timzOP1yWhen --help is provided, the help text from x.md is printed. Otherwise all the command line parameters are passed to the actual script that implements the command.
Comments
I assume that there is no support for the scripts having their own command-line arguments? Or how do you disambiguate?
Anyway, this seems like an interesting demo, but it's hard to imagine the use case.
When --help is provided, the help text from x.md is printed. Otherwise all the command line parameters are passed to the actual script that implements the command.