Skip to content

Commit

Permalink
Merge pull request #7 from derektamsen/fix/doc-child-process-flags-no…
Browse files Browse the repository at this point in the history
…t-passed

Fix teller run child process docs to pass flags
  • Loading branch information
jondot authored Apr 6, 2021
2 parents 773b32d + 2bc6bb1 commit 56a0b4d
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 56a0b4d

Please sign in to comment.