craftr-build / craftr-build-4.x

Frontend for the Craftr build framework.
https://craftr-build.github.io/craftr/
Other
60 stars 14 forks source link

Craftr task enhancements #8

Closed NiklasRosenstein closed 9 years ago

NiklasRosenstein commented 9 years ago

Currently, we have to pass a task to be executed via -f <task_name>. It would be nice if we only had to pass the <task_name> without the -f option. Craftr would automatically recognize whether a name refers to a task or a target. Also, we should re-add a -d option that enables the dry-run (currently only possible by specifying the null backend). That would greatly ease the execution of a task when no export is actually desired.

NiklasRosenstein commented 9 years ago

Reworked command-line interface completely, implemented this in the process. Use craftr run <task_name> ...