mirror of
https://github.com/webinstall/webi-installers.git
synced 2026-08-19 20:16:23 +00:00
doc(curlie): add alias section
This commit is contained in:
@@ -20,6 +20,17 @@ etc).
|
||||
|
||||
**JSON** (`=`) is the default encoding for `key=value` pairs.
|
||||
|
||||
### How to alias as `curl`
|
||||
|
||||
Use [aliasman](/aliasman):
|
||||
|
||||
```sh
|
||||
aliasman curl 'curlie'
|
||||
alias curl='curlie'
|
||||
```
|
||||
|
||||
This will affect the interactive shell, but not scripts.
|
||||
|
||||
### Simple GET
|
||||
|
||||
```sh
|
||||
|
||||
Reference in New Issue
Block a user