File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ Some functionality will only be provided by the helper, e.g. running an init.
6060As we do not want to confuse this additional functionality with running a task,
6161we use UPPERCASE arguments prefixed with ` DSR ` for utils only provided by the ` dev ` command.
6262
63- Example : ` dev DSR_INIT ` to create the files needed in your project.
63+ EXAMPLE : ` dev DSR_INIT ` to create the files needed in your project.
6464
6565## Setup
6666
@@ -84,10 +84,11 @@ run `dev completion [bash|zsh|fish|powershell] --help` and follow instructions o
8484
8585** Initialization**
8686
87- Go to your project root and run ` dev DSR_INIT` to create a ` dev.sh` and a ` dev_setup.sh` with examples for different types of tasks.
88- The ` $@ ` at the end of your ` dev.sh` dispatches the script arguments to a function (so ` dev sometask` calls ` sometask` ).
87+ In your project root run ` dev DSR_INIT`
88+
89+ This will create the files needed to start writing your own tasks. Run ` dev` and you will see
90+ example tasks that have been created for you. You can now start editing your ` dev.sh` ; )
8991
90- The script is only picked up by the helper if ` DEV_SCRIPT_MARKER` is present in the file.
9192
9293# ## Writing tasks
9394
You can’t perform that action at this time.
0 commit comments