mirror of
https://github.com/fastfetch-cli/fastfetch.git
synced 2026-09-12 10:22:12 +02:00
Doc: fix CI errors (2)
This commit is contained in:
@@ -296,10 +296,6 @@ def main():
|
||||
else:
|
||||
print(f" {option['remark']}")
|
||||
|
||||
# Add default value if available
|
||||
if "arg" in keyList and "default" in option["arg"]:
|
||||
print(f" Default: {option['arg']['default']}")
|
||||
|
||||
print()
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user