dominikbraun / timetrace

A simple CLI for tracking your working time.
Apache License 2.0
700 stars 76 forks source link

added method to check if parent project exists for module #80

Closed FelixTheodor closed 3 years ago

FelixTheodor commented 3 years ago

closes #72

i added a method to check if the parent of a module exists before creating it. the create-command now returns an error if it does not exist.

FelixTheodor commented 3 years ago

Thanks for the feedback, added the changes in a new commit :)