dynamist / subgit

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

Add ability to enable/disable repo from CLI #10

Closed Grokzen closed 2 years ago

Grokzen commented 4 years ago

There is a need to be able to enable and disable repos from cli so repos that dont work or repos that you dont want to work with should be ingored when running commands.

Simples way is to add a new flag to the repo data structure enable: True/False and let it be controlled with the cli command sgit repo enable <repo-name> and sgit repo disable <repo-name>