Skip to content

Commit 1a940c4

Browse files
authored
Refactor: switch args style (#72)
2 parents 6f5830c + edefa93 commit 1a940c4

17 files changed

+59
-324
lines changed

.github/workflows/scrape.yml

-86
This file was deleted.

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

data/README.md

-4
This file was deleted.

data/mst_groups.csv

-7
This file was deleted.

data/mst_linked_groups_products.csv

-33
This file was deleted.

data/mst_products.csv

-79
This file was deleted.

data/sacrt_groups.csv

-2
This file was deleted.

data/sacrt_linked_groups_products.csv

-4
This file was deleted.

data/sacrt_products.csv

-21
This file was deleted.

data/sbmtd_groups.csv

-5
This file was deleted.

data/sbmtd_linked_groups_products.csv

-8
This file was deleted.

data/sbmtd_products.csv

-30
This file was deleted.

0 commit comments

Comments
 (0)