mirror of
https://github.com/nushell/nushell.git
synced 2024-11-28 03:13:44 +01:00
bff81f24aa
* Autogenerate missing docs * Update ansi.md * Rename question mark command docs * Delete empty?.md
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
|
|
|