fix: no importing, catch errors, ascii art
This commit is contained in:
@@ -1,8 +1,11 @@
|
||||
from commands.util.choice import confirm_overwrite
|
||||
from commands.util import pacman
|
||||
from commands.util.input_mgr import confirm_overwrite, password
|
||||
|
||||
|
||||
def commit(dry_run: bool = False, force: bool = False):
|
||||
def commit(dry_run: bool = False, force: bool = False, no_render: bool = False):
|
||||
if dry_run:
|
||||
pass
|
||||
print("Commit, force:", force)
|
||||
password()
|
||||
print(pacman.list_explicitly_installed())
|
||||
print(confirm_overwrite())
|
||||
|
||||
Reference in New Issue
Block a user