fix(flatpak): removed color option from wrapper

This commit is contained in:
2026-02-23 12:44:17 +03:00
parent f0e05379f7
commit da49c96e53
+1 -2
View File
@@ -7,8 +7,7 @@ if __name__ == "__main__":
parser = argparse.ArgumentParser(
prog="PWSP Flatpak",
add_help=True,
exit_on_error=True,
color=True
exit_on_error=True
)
subparsers = parser.add_subparsers(dest="command")