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