mirror of
https://github.com/nushell/nushell.git
synced 2024-12-01 21:03:58 +01:00
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
|
||
|
|