0.5.0
What's Changed
- Refactored monolithic CLI to more dedicated Typer commands with input validation by @jaspersiebring in #8
Full Changelog: 0.4.2...0.5.0
Refactor of monolithic CLI into more dedicated Typer commands (i.e.
geococo new
,geococo add
andgeococo copy
). Also added basic path validation and explicit documentation through Typer (instead of parsing it from the docstring). That also allowed us to droptyper-cloup
anddocstring-parser
and just use Typer. Also added datetime parsing (used to populatedate_created
).