We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 964e119 commit 6cc3560Copy full SHA for 6cc3560
1 file changed
README.md
@@ -69,7 +69,7 @@ run `brew install sandstorm/tap/dev-script-runner` to install
69
70
run `brew upgrade sandstorm/tap/dev-script-runner` to upgrade
71
72
-### Autocompletion
+**Autocompletion**
73
74
run `dev completion [bash|zsh|fish|powershell] --help` and follow instructions on how to set up autocompletion
75
@@ -83,7 +83,7 @@ run `dev completion [bash|zsh|fish|powershell] --help` and follow instructions o
83
> autoload -U compinit; compinit
84
> ```
85
86
-### Initialization
+**Initialization**
87
88
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.
89
The `$@` at the end of your `dev.sh` dispatches the script arguments to a function (so `dev sometask` calls `sometask`).
0 commit comments