Commit e2e5146
feat: all
BREAKING CHANGE: Repositories can no longer be passed as positional argument, use the `--octoherd-repos` (or `-R`) CLI flag instead.
Before:
```
npx @octoherd/script-add-octoherd-cli-to-script "@octokit/*"
```
After
```
npx @octoherd/script-add-octoherd-cli-to-script --octoherd-repos "@octokit/*"
```
Or do not set `--octoherd-repos` at all, in which case the user will be prompted.
Co-authored-by: Gregor Martynus <[email protected]>--octoherd-* flags are now optional (#5)1 parent 056de94 commit e2e5146
3 files changed
+280
-1231
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | | - | |
10 | | - | |
| 8 | + | |
11 | 9 | | |
12 | 10 | | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
13 | 19 | | |
14 | 20 | | |
15 | 21 | | |
0 commit comments