args_macro 0.1.0-7.dev copy "args_macro: ^0.1.0-7.dev" to clipboard
args_macro: ^0.1.0-7.dev copied to clipboard

Generates a parser for command-line arguments based on your data class.

0.1.0-7.dev #

  • Support List<String>, List<int>, List<double>, List<Enum>, Set<String>, Set<int>, Set<double>, Set<Enum>.
  • Support help messages.
  • Silence the compile errors from fields starting with an underscore. Ban underscores in the middle.

0.1.0-6.dev #

  • Support boolean flags.
  • Reduced the minimal SDK version to 3.5.0-164.

0.1.0-5.dev #

  • Support default values.

0.1.0-4.dev #

  • Support nullable fields, making optional options from them.

0.1.0-3.dev #

  • Support enums.
  • Extracted helpers to separate files.
  • Exported all required imports for users.

0.1.0-2.dev #

  • Support int.
  • Support double.

0.1.0-1.dev #

  • Initial release.
1
likes
150
pub points
13%
popularity

Publisher

verified publisherainkin.com

Generates a parser for command-line arguments based on your data class.

Repository (GitHub)
View/report issues

Topics

#cli #macros

Documentation

API reference

License

MIT-0 (LICENSE)

Dependencies

args, collection, common_macros, macro_util, macros

More

Packages that depend on args_macro