Skip to content

Commit

Permalink
feat: all CLI flags are now optional, users will be prompted if neces…
Browse files Browse the repository at this point in the history
…sary (#3)

BREAKING CHANGE: repositories can no longer be passed as a positional argument. Use `--octoherd-repos` flag (or `-R` for short) instead.
  • Loading branch information
gr2m authored Apr 19, 2021
1 parent f4bbb82 commit ce188ba
Show file tree
Hide file tree
Showing 3 changed files with 272 additions and 1,231 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@
## Usage

```js
npx @octoherd/script-hello-world \
--octoherd-token 0123456789012345678901234567890123456789 \
"octoherd/*"
npx @octoherd/script-hello-world
```

## Options
Expand Down
Loading

0 comments on commit ce188ba

Please sign in to comment.