From 2bc6bb101f4f3bfc960dc6e371e75943d9245c9a Mon Sep 17 00:00:00 2001 From: Derek Tamsen Date: Mon, 5 Apr 2021 18:30:02 -0700 Subject: [PATCH] fix: update doc for run to include -- --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8732815f..48d398ee 100644 --- a/README.md +++ b/README.md @@ -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