Commit e66a659
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 (#4)1 parent 0eea87e commit e66a659
4 files changed
+293
-1232
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
9 | 18 | | |
10 | 19 | | |
11 | | - | |
12 | | - | |
13 | | - | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
14 | 23 | | |
15 | 24 | | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
16 | 34 | | |
17 | 35 | | |
18 | 36 | | |
0 commit comments