Skip to content

Commit 526798d

Browse files
committed
docs(switch): update args syntax
1 parent 4cd2a4f commit 526798d

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

README.md

+2-8
Original file line numberDiff line numberDiff line change
@@ -100,16 +100,10 @@ The most recent config used is saved for next time.
100100

101101
### Switch the active target
102102

103-
For `envs`:
103+
Use one or both of the `-e/--env` and `-p/--participant` flags:
104104

105105
```console
106-
littlepay switch env <env_name>
107-
```
108-
109-
And `participants`:
110-
111-
```console
112-
littlepay switch participant <participant_id>
106+
littlepay switch -e <env_name> -p <participant_id>
113107
```
114108

115109
## Work with groups

0 commit comments

Comments
 (0)