@vincentzyuapps/winload 0.1.9-beta.2 → 0.1.9-beta.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +7 -7
  2. package/readme.md +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vincentzyuapps/winload",
3
- "version": "0.1.9-beta.2",
3
+ "version": "0.1.9-beta.7",
4
4
  "description": "Network Load Monitor — nload-like TUI tool for Windows/Linux/macOS (prebuilt Rust binary)",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -33,11 +33,11 @@
33
33
  "access": "public"
34
34
  },
35
35
  "optionalDependencies": {
36
- "@vincentzyuapps/winload-win32-x64": "0.1.9-beta.2",
37
- "@vincentzyuapps/winload-win32-arm64": "0.1.9-beta.2",
38
- "@vincentzyuapps/winload-linux-x64": "0.1.9-beta.2",
39
- "@vincentzyuapps/winload-linux-arm64": "0.1.9-beta.2",
40
- "@vincentzyuapps/winload-darwin-x64": "0.1.9-beta.2",
41
- "@vincentzyuapps/winload-darwin-arm64": "0.1.9-beta.2"
36
+ "@vincentzyuapps/winload-win32-x64": "0.1.9-beta.7",
37
+ "@vincentzyuapps/winload-win32-arm64": "0.1.9-beta.7",
38
+ "@vincentzyuapps/winload-linux-x64": "0.1.9-beta.7",
39
+ "@vincentzyuapps/winload-linux-arm64": "0.1.9-beta.7",
40
+ "@vincentzyuapps/winload-darwin-x64": "0.1.9-beta.7",
41
+ "@vincentzyuapps/winload-darwin-arm64": "0.1.9-beta.7"
42
42
  }
43
43
  }
package/readme.md CHANGED
@@ -208,7 +208,7 @@ winload --npcap # Capture 127.0.0.1 loopback traffic (Windows, requires Npc
208
208
  | `-t`, `--interval <MS>` | Refresh interval in milliseconds | `500` |
209
209
  | `-a`, `--average <SEC>` | Average calculation window in seconds | `300` |
210
210
  | `-d`, `--device <NAME>` | Default device name (partial match) | — |
211
- | `--title [TITLE]` | Override header title: no value shows `winload <version>`; empty string keeps the default device header | — |
211
+ | `--title [TITLE]` | Add a title line above device header: no value shows `winload <version>`; empty string (or omitted) shows only the default device header | — |
212
212
  | `-e`, `--emoji` | Enable emoji decorations in TUI 🎉 | off |
213
213
  | `-U`, `--unicode` | Use Unicode block characters for graph (█▓░·) | off |
214
214
  | `-u`, `--unit <UNIT>` | Display unit: `bit` or `byte` | `bit` |