mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 23:58:06 +02:00
Auto-generate markdown command docs (#4451)
* Finish updating * a couple improvements * Update renames * cleanup examples
This commit is contained in:
16
docs/commands/query_xml.md
Normal file
16
docs/commands/query_xml.md
Normal file
@ -0,0 +1,16 @@
|
||||
---
|
||||
title: query xml
|
||||
layout: command
|
||||
version: 0.59.0
|
||||
---
|
||||
|
||||
execute xpath query on xml
|
||||
|
||||
## Signature
|
||||
|
||||
```> query xml (query)```
|
||||
|
||||
## Parameters
|
||||
|
||||
- `query`: xpath query
|
||||
|
Reference in New Issue
Block a user