mirror of
https://github.com/nushell/nushell.git
synced 2025-08-14 17:48:37 +02:00
Auto-generate markdown command docs (#4451)
* Finish updating * a couple improvements * Update renames * cleanup examples
This commit is contained in:
21
docs/commands/from_ini.md
Normal file
21
docs/commands/from_ini.md
Normal file
@ -0,0 +1,21 @@
|
||||
---
|
||||
title: from ini
|
||||
layout: command
|
||||
version: 0.59.0
|
||||
---
|
||||
|
||||
Parse text as .ini and create table
|
||||
|
||||
## Signature
|
||||
|
||||
```> from ini ```
|
||||
|
||||
## Examples
|
||||
|
||||
Converts ini formatted string to table
|
||||
```shell
|
||||
> '[foo]
|
||||
a=1
|
||||
b=2' | from ini
|
||||
```
|
||||
|
Reference in New Issue
Block a user