Commit fcecf3b
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 <39992+gr2m@users.noreply.github.com>--octoherd-* flags are now optional (#3)1 parent f118d05 commit fcecf3b
4 files changed
+296
-1225
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