dynamist / subgit

Sub-git repo handler
Apache License 2.0
0 stars 0 forks source link

First iteration of 'subgit init' bugfix #51

Closed naestia closed 1 year ago

naestia commented 1 year ago

Moved recursive check from 'init' method. Checks recursively from all sub command methods except for 'init_repo' instead.

Now 'subgit init' now works as intended where it initializes a new '.subgit.yml' file if it doesn't exist at the specified path. If nothing is specified, it looks for '.subgit.yml' in the directory where the commad is executed.

Refers to issue: #46

Grokzen commented 1 year ago

Double check that subgit init command works as expected based on the submited bug report, if so then LGTM :+1: merge this and close the referenced ticket