dominikbraun / timetrace

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

Prevent users from creating modules for non-existent projects #72

Closed dominikbraun closed 3 years ago

dominikbraun commented 3 years ago

Currently, creating project modules like grind-beans@make-coffee is possible even if the parent project, make-coffee, doesn't exist. This shouldn't be allowed and throw an error instead.

More information about project modules and their design can be found in proposal #53.