chore: update README

This commit is contained in:
Bornholm 2022-05-10 23:53:20 +02:00 committed by William Petit
parent ad7fca609f
commit f2500f72a8
1 changed files with 14 additions and 6 deletions

View File

@ -46,9 +46,11 @@ echo '{}' | FORMIDABLE_BROWSER="firefox" frmd \
#### `stdin://`
> TODO: Write doc + example
#### `http://` and `https://`
> TODO: Write doc + example
#### `file://`
> TODO: Write doc + example
@ -57,18 +59,24 @@ echo '{}' | FORMIDABLE_BROWSER="firefox" frmd \
#### JSON
- URL Query: `?format=json`
- File extension: `.json`
- **URL Query:** `?format=json`
- **File extension:** `.json`
- **As input:** yes
- **As output:** yes
#### YAML
- URL Query: `?format=yaml`
- File extension: `.yaml` or `.yml`
- **URL Query:** `?format=yaml`
- **File extension:** `.yaml` or `.yml`
- **As input:** yes
- **As output:** yes
#### HCL
- URL Query: `?format=hcl`
- File extension: `.hcl`
- **URL Query:** `?format=hcl`
- **File extension:** `.hcl`
- **As input:** yes
- **As output:** no
### Available outputs