What's Changed
* Refactored monolithic CLI to more dedicated Typer commands with input validation by jaspersiebring in https://github.com/jaspersiebring/GeoCOCO/pull/8
**Full Changelog**: https://github.com/jaspersiebring/GeoCOCO/compare/0.4.2...0.5.0
> Refactor of monolithic CLI into more dedicated Typer commands (i.e. `geococo new`, `geococo add` and `geococo copy`). Also added basic path validation and explicit documentation through Typer (instead of parsing it from the docstring). That also allowed us to drop `typer-cloup` and `docstring-parser` and just use Typer. Also added datetime parsing (used to populate `date_created`).