mirror of
https://github.com/nushell/nushell.git
synced 2025-08-10 08:40:14 +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_json.md
Normal file
16
docs/commands/query_json.md
Normal file
@ -0,0 +1,16 @@
|
||||
---
|
||||
title: query json
|
||||
layout: command
|
||||
version: 0.59.0
|
||||
---
|
||||
|
||||
execute json query on json file (open --raw <file> | query json 'query string')
|
||||
|
||||
## Signature
|
||||
|
||||
```> query json (query)```
|
||||
|
||||
## Parameters
|
||||
|
||||
- `query`: json query
|
||||
|
Reference in New Issue
Block a user