mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 01:02:09 +02:00
speedtest-cli: add --csv and --json examples (#4465)
This commit is contained in:
parent
af1ed4fd21
commit
4e4622b40d
1 changed files with 12 additions and 0 deletions
|
@ -7,6 +7,10 @@
|
|||
|
||||
`speedtest-cli`
|
||||
|
||||
- Run without performing download tests:
|
||||
|
||||
`speedtest-cli --no-download`
|
||||
|
||||
- Run a speed test and generate a shareable result picture:
|
||||
|
||||
`speedtest-cli --share`
|
||||
|
@ -18,3 +22,11 @@
|
|||
- Run a speed test to the given speedtest.net server id:
|
||||
|
||||
`speedtest-cli --server {{server_id}}`
|
||||
|
||||
- Display results in CSV format, suppressing the progress information:
|
||||
|
||||
`speedtest-cli --csv --csv-delimiter {{delimiter_char}}`
|
||||
|
||||
- Display results in JSON format, suppressing the progress information:
|
||||
|
||||
`speedtest-cli --json`
|
||||
|
|
Loading…
Add table
Reference in a new issue