feat: Start config schema
This commit is contained in:
+3
-2
@@ -17,5 +17,6 @@ def commit(force: bool = False, no_render: bool = False):
|
||||
# Probably do that check in the pacman util lib tho
|
||||
add, remove = pkg_diff([], pacman.list_explicitly_installed())
|
||||
print_diff(add, remove)
|
||||
if confirm(True, "Do you really want to proceed?"):
|
||||
pw = password()
|
||||
if confirm(False, "Do you really want to proceed?"):
|
||||
pacman.install_package_list(add)
|
||||
pacman.uninstall_package_list(remove)
|
||||
|
||||
Reference in New Issue
Block a user