dominikbraun / timetrace

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

Update `delete project` to also remove submodules of the project #74

Closed FelixTheodor closed 3 years ago

FelixTheodor commented 3 years ago

Another thing that just came to my mind regarding #72 and #53 is that delete project should probably also delete all submodules of the project, right? Otherwise we could again run into problems with "parentless"-modules.

dominikbraun commented 3 years ago

Yes, this is a remaining ToDo 👍

jwnpoh commented 3 years ago

Hello, may I have a go at this?

dominikbraun commented 3 years ago

Of course!

dominikbraun commented 3 years ago

Resolved by #160.