Commands edit and config, author template field and ISO dates
Added
- Command config command added together with subcommands docPath, templateFile, author and dateFormat (iss #13)
- ISO date formats can be set using the dateFormat property in adr.properties (iss #28) (thanks Sebastian Davids)
- Add edit sub command (iss #19)
- Add author field substitution (iss #25) (thanks Sebastian Davids)
- Add version sub-command (currently gives version as 3.1.0).
- Simple manual pages in markdown format
- Picocli framework now as external dependency (thanks Oliver Kopp)
- Add enablement for future versions to use GraalVM native images (iss #16) (thanks Oliver Kopp)
- Add
CHANGELOG.md
following keep a changelog (iss #17) (thanks Oliver Kopp).
Changed
- Now using picocli 4.1.2
- Minor fixes (iss #20) (thanks Oliver Kopp)
- Unit tests enabled in gradle build (iss #29) (thanks Sebastian Davids)