chore: update README
This commit is contained in:
parent
ad7fca609f
commit
f2500f72a8
20
README.md
20
README.md
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue