Skip to contents

scribe (development version)

  • flag action now accepts NA as a default #67

scribe 0.2.0

CRAN release: 2023-05-22

Fixes

  • --help no longer fails when scribeArg has length(info) > 1 #59

New features

  • execute is a new field for scribeArg where a function can be called #63
  • stop is a new field for scribeArg which controls how further arguments are parsed and allows for early stops #60
  • options() for scribe are now listed in ?scribe documentation and set in .onAttach() #57
  • scribeArgs can now be given a separate scribeArg as a default #54
  • positional arguments now can have default values #52
  • scribeArgs with action = 'flag' now accept default = TRUE #55 and (when option no = TRUE) can also accept NA #67

Breaking

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

scribe 0.1.0

CRAN release: 2023-03-13

  • Added a NEWS.md file to track changes to the package.