fix: disallow 'all' in install.py accent options (#205)

This commit is contained in:
nullishamy
2024-05-20 13:50:02 +01:00
committed by GitHub
parent 5c3ec52e39
commit 6eeda71fb7

View File

@@ -49,7 +49,6 @@ def parse_args():
"sapphire",
"blue",
"lavender",
"all",
],
help="Accent of the theme.",
)