We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb2c441 commit 0809d6dCopy full SHA for 0809d6d
README.md
@@ -123,13 +123,14 @@ sysinfo-cli/
123
124
---
125
126
-## ⚙️C ommand Reference
127
-
128
-| Command | Description |
129
-| ----------- | -------------------------- |
130
-| `--json` | Output data in JSON format |
131
-| `--version` | Display CLI version |
132
-| `--help` | Show help message |
+## ⚙️ Command Reference
+
+| Command | Description |
+|------------------------------|--------------------------------------|
+| `python -m sysinfo.cli` | Run the CLI and show system info |
+| `python -m sysinfo.cli --json` | Output data in JSON format |
+| `python -m sysinfo.cli --help` | Show help message |
133
+| `python -m sysinfo.cli --version` | Display CLI version |
134
135
136
0 commit comments