windows/curl,windows/wget: fix tldr client param inconsistencies (#8297)

pull/1/head
Reinhart Previano Koentjoro 2022-10-16 14:31:54 +07:00 committed by GitHub
parent 598e402341
commit e9d75c2bec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 0 deletions

View File

@ -10,6 +10,10 @@
`tldr curl -p common` `tldr curl -p common`
- View documentation for the original `curl` command in older versions of `tldr` command-line client:
`tldr curl -o common`
- View documentation for PowerShell's `Invoke-WebRequest` command: - View documentation for PowerShell's `Invoke-WebRequest` command:
`tldr invoke-webrequest` `tldr invoke-webrequest`

View File

@ -10,6 +10,10 @@
`tldr wget -p common` `tldr wget -p common`
- View documentation for the original `wget` command in older versions of `tldr` command-line client:
`tldr wget -o common`
- View documentation for PowerShell's `Invoke-WebRequest` command: - View documentation for PowerShell's `Invoke-WebRequest` command:
`tldr invoke-webrequest` `tldr invoke-webrequest`