From b4e65e7e485ad9f502c4bbfd7ed3e3d37a942e78 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E9=80=9A=E6=B4=B2?= Date: Tue, 15 Jul 2025 10:47:25 +0800 Subject: [PATCH] README: document how to run multiple modules on command line [ci skip] --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 070a6e8a7..f31b8b511 100644 --- a/README.md +++ b/README.md @@ -93,7 +93,7 @@ See the Wiki: https://github.com/fastfetch-cli/fastfetch/wiki/Building * Run with default configuration: `fastfetch` * Run with [all supported modules](https://github.com/fastfetch-cli/fastfetch/wiki/Support+Status#available-modules) to find what interests you: `fastfetch -c all.jsonc` -* View all data that fastfetch detects: `fastfetch -s --format json` +* View all data that fastfetch detects: `fastfetch -s [:][:] --format json` * Display help messages: `fastfetch --help` * Generate a config file based on command line arguments: `fastfetch --arg1 --arg2 --gen-config`