0.1.3
Improvements:
- Added
impl_help!()
andimpl_version!()
macros to provide generic HELP and VERSION strings forOnlyArgs
trait impls. (#14) - Added
#[footer = "..."]
attributes toonlyargs_derive
that provides context to the bottom of the help message. (#25)
Fixes:
- Fixes the application name and version number printed in the help message with
onlyargs_derive
. (#14) - Allow indentation to appear in doc comments with
onlyargs_derive
. (#22) - Fixes
#[default(...)]
attribute inonlyargs_derive
forbool
,PathBuf
, andOsString
types. (#27)- Numeric defaults may need to be annotated with type information to avoid a compile error.
Contributors 💖: