Files
archmgr/commands/pull.py
T

6 lines
135 B
Python

from config.dtype import ArchMgrConfig
def pull(config: ArchMgrConfig, rebase: bool = False, apply: bool = False):
print("pull")