File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ run `brew install sandstorm/tap/dev-script-runner` to install
42
42
43
43
run ` brew upgrade sandstorm/tap/dev-script-runner ` to upgrade
44
44
45
- run ` dev completion zsh > $(brew --prefix)/share/zsh/site-functions/_dev ` to enable autocompletion
45
+ run ` dev completion [bash| zsh|fish|powershell] --help ` and follow instructions on how to setup autocompletion
46
46
47
47
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.
48
48
The ` $@ ` at the end of your ` dev.sh ` dispatches the script arguments to a function (so ` dev sometask ` calls ` sometask ` ).
@@ -75,6 +75,5 @@ run `dev` for more information.
75
75
76
76
## TODOs
77
77
78
- * Autocompletion for tasks
79
78
* Testing
80
79
* more features for documenting tasks -> e.g. support examples, params, ...
You can’t perform that action at this time.
0 commit comments