Gibran Malheiros
Gibran Malheiros
allow the user to pass a `makefile` through stdin, so it's possible to call `make-help` like this: ``` shell # pipe cat path/to/Makefile | make-help echo 'makefile contents' | make-help...
currently `make-help` will sort all tasks by default. maybe an option like `--no-sort` might be useful.
so, detect the project root and grab the `makefile` automatically.
Bring `with-font` to master, but leave it as an option in Yeoman. So when scaffolding a new project it should ask if the user wants it, which defaults to no,...
sometimes it might be handy to debug something, not sure which letter to use as flag though, since the `v` was already used to display the version.
either wait for the command to finish before firing it again ~ or ~ abort and re-fire the command, which I believe should be the default behavior
sometimes it's really handy to have all commands be triggered right when I start the watch process. the option could be one of these: - `-b --boot` - `-i --initial`...