Changelog
scribe (development version)
-
flag
action now acceptsNA
as a default #67
scribe 0.2.0
CRAN release: 2023-05-22
Fixes
-
--help
no longer fails whenscribeArg
haslength(info) > 1
#59
New features
-
execute
is a new field forscribeArg
where a function can be called #63 -
stop
is a new field forscribeArg
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 separatescribeArg
as a default #54 - positional arguments now can have default values #52
-
scribeArgs
withaction = 'flag'
now acceptdefault = TRUE
#55 and (when optionno = TRUE
) can also acceptNA
#67
Breaking
-
scribeArgs
withaction = "flag"
will now throw anerror
instead of awarning
whendefault
is notlogical(1)
#68