This commit is contained in:
李通洲
2023-11-22 16:36:05 +08:00
parent c10d7a8233
commit a846780382
+8
View File
@@ -0,0 +1,8 @@
#!/usr/bin/env python3
import json, subprocess
if __name__ == "__main__":
data: dict[str, str] = json.loads(subprocess.check_output(['fastfetch', '--help-raw']))
for item in data:
print(item)