Skip to content

Commit

Permalink
fix: update doc for run to include --
Browse files Browse the repository at this point in the history
  • Loading branch information
Derek Tamsen committed Apr 6, 2021
1 parent b7fbc13 commit 2bc6bb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ Got bitten by using `.env.production` and exposing it in the local project itsel
Using `teller` and a `.teller.yml` file that exposes nothing to the prying eyes, you can work fluently and seamlessly with zero risk, also no need for quotes:

```
$ teller run your-process arg1 arg2... --switch1 ...
$ teller run -- your-process arg1 arg2... --switch1 ...
```

## Inspecting variables
Expand Down

0 comments on commit 2bc6bb1

Please sign in to comment.