feat(commit): individual packages from config respected
This commit is contained in:
+4
-1
@@ -1,2 +1,5 @@
|
||||
def pull(rebase: bool = False, apply: bool = False):
|
||||
from config.dtype import ArchMgrConfig
|
||||
|
||||
|
||||
def pull(config: ArchMgrConfig, rebase: bool = False, apply: bool = False):
|
||||
print("pull")
|
||||
|
||||
Reference in New Issue
Block a user