Skip to content

0.1.3

Compare
Choose a tag to compare
@parasyte parasyte released this 12 Feb 09:08
· 9 commits to main since this release
0948909

Improvements:

  • Added impl_help!() and impl_version!() macros to provide generic HELP and VERSION strings for OnlyArgs trait impls. (#14)
  • Added #[footer = "..."] attributes to onlyargs_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 in onlyargs_derive for bool, PathBuf, and OsString types. (#27)
    • Numeric defaults may need to be annotated with type information to avoid a compile error.

Contributors 💖: