forked from extern/nushell
12 lines
149 B
Markdown
12 lines
149 B
Markdown
|
# from yml
|
||
|
Parse text as .yaml/.yml and create table.
|
||
|
|
||
|
## Usage
|
||
|
```shell
|
||
|
> from yml {flags}
|
||
|
```
|
||
|
|
||
|
## Flags
|
||
|
* -h, --help: Display this help message
|
||
|
|