Skip to content

Commit

Permalink
update NEWS (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmbarbone committed Jan 29, 2024
1 parent 3c62f04 commit e00146a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# scribe (development version)

- `---help`, `---version` _super_ arguments (`scribeSuperArg` objects) are now included with `scribeCommandArgs`
- `---help`, `---version` _super_ arguments (`scribeSuperArg` objects) are now included with `scribeCommandArgs`.
This are objects that (by default) can be called within any `scribeCommandArgs` and intended to hold additional information about the `{scribe}` package.
These are not meant to be user accessible.
- `scribeCommandArgs` gain a new `field`, `supers`; a list of `scribeSuperArg` objects
- `command_args(super = included)` added
- internal `scribe_version_arg()` function (used with `command_args(include = "verison")` and called with `--version`) is now deprecated. Using `---version` now returns the version of `{scribe}`
- internal `scribe_help_super()` now available via `---help` and returns information about `{scribe}`
Expand All @@ -9,6 +12,9 @@
- corrects issue with `ca$parse()`
- `ca$get_values(empty, super, included)` added to prevent filtering of specific argument types and values
- internal linting improvements
- `new_arg()` now throws a more helpful error when _value doesn't convert to itself_
- `arg$show()` now denotes if the argument is resolves by display an `"R"` before the value
- `arg$show()` now prints values of class `"scribe_empty_value"` as `<empty>`

# scribe 0.3.0

Expand Down

0 comments on commit e00146a

Please sign in to comment.