Skip to content

Commit

Permalink
Update NEWS.md (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmbarbone committed Aug 18, 2023
1 parent dbe8139 commit 3a25d99
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,12 @@
- `stop` is a new field for `scribeArg` which controls how further arguments are parsed and allows for early stops [#60](https://github.com/jmbarbone/scribe/issues/60)
- `options()` for `{scribe}` are now listed in `?scribe` documentation and set in `.onAttach()` [#57](https://github.com/jmbarbone/scribe/issues/57)
- `scribeArgs` can now be given a separate `scribeArg` as a default [#54](https://github.com/jmbarbone/scribe/issues/54)
- positional arguments now can have default values [#52](https://github.com/jmbarbone/scribe/issues/52)
- `scribeArgs` with `action = 'flag'` now accept `default = TRUE` [#55](https://github.com/jmbarbone/scribe/issues/55)
- positional arguments now can have default values [#52](https://github.com/jmbarbone/scribe/issues/52)
- `scribeArgs` with `action = 'flag'` now accept `default = TRUE` [#55](https://github.com/jmbarbone/scribe/issues/55) and (when option `no = TRUE`) can also accept `NA` [#67](https://github.com/jmbarbone/scribe/issues/67)

## Breaking

- `scribeArgs` with `action = "flag"` will now throw an `error` instead of a `warning` when `default` is not `logical(1)`

# scribe 0.1.0

Expand Down

0 comments on commit 3a25d99

Please sign in to comment.