Skip to content

Commit ce188ba

Browse files
authored
feat: all CLI flags are now optional, users will be prompted if necessary (#3)
BREAKING CHANGE: repositories can no longer be passed as a positional argument. Use `--octoherd-repos` flag (or `-R` for short) instead.
1 parent f4bbb82 commit ce188ba

File tree

3 files changed

+272
-1231
lines changed

3 files changed

+272
-1231
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@
88
## Usage
99

1010
```js
11-
npx @octoherd/script-hello-world \
12-
--octoherd-token 0123456789012345678901234567890123456789 \
13-
"octoherd/*"
11+
npx @octoherd/script-hello-world
1412
```
1513

1614
## Options

0 commit comments

Comments
 (0)