doc(curlie): add alias section

This commit is contained in:
AJ ONeal
2023-02-26 06:26:30 +00:00
parent 6cf153de8c
commit 3602972090
+11
View File
@@ -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