Skip to content

Commit f4db1d9

Browse files
author
Florian Heinze
committed
TASK: updated README
1 parent 67460ce commit f4db1d9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ run `brew install sandstorm/tap/dev-script-runner` to install
4242

4343
run `brew upgrade sandstorm/tap/dev-script-runner` to upgrade
4444

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
4646

4747
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.
4848
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.
7575

7676
## TODOs
7777

78-
* Autocompletion for tasks
7978
* Testing
8079
* more features for documenting tasks -> e.g. support examples, params, ...

0 commit comments

Comments
 (0)