mirror of
https://github.com/nushell/nushell.git
synced 2025-08-10 04:57:50 +02:00
Auto-generate markdown command docs (#4451)
* Finish updating * a couple improvements * Update renames * cleanup examples
This commit is contained in:
22
docs/commands/from_xml.md
Normal file
22
docs/commands/from_xml.md
Normal file
@ -0,0 +1,22 @@
|
||||
---
|
||||
title: from xml
|
||||
layout: command
|
||||
version: 0.59.0
|
||||
---
|
||||
|
||||
Parse text as .xml and create table.
|
||||
|
||||
## Signature
|
||||
|
||||
```> from xml ```
|
||||
|
||||
## Examples
|
||||
|
||||
Converts xml formatted string to table
|
||||
```shell
|
||||
> '<?xml version="1.0" encoding="UTF-8"?>
|
||||
<note>
|
||||
<remember>Event</remember>
|
||||
</note>' | from xml
|
||||
```
|
||||
|
Reference in New Issue
Block a user