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.
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 thenull
backend). That would greatly ease the execution of a task when no export is actually desired.