args_macro 0.1.0-8.dev
args_macro: ^0.1.0-8.dev copied to clipboard
Generates a parser for command-line arguments based on your data class.
0.1.0-8.dev #
- Cleaned up, using
Identifierinstead ofCodewhere possible.
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.