mirror of
https://github.com/nushell/nushell.git
synced 2025-08-19 08:21:30 +02:00
Auto-generate markdown command docs (#4451)
* Finish updating * a couple improvements * Update renames * cleanup examples
This commit is contained in:
28
docs/commands/metadata.md
Normal file
28
docs/commands/metadata.md
Normal file
@@ -0,0 +1,28 @@
|
||||
---
|
||||
title: metadata
|
||||
layout: command
|
||||
version: 0.59.0
|
||||
---
|
||||
|
||||
Get the metadata for items in the stream
|
||||
|
||||
## Signature
|
||||
|
||||
```> metadata (expression)```
|
||||
|
||||
## Parameters
|
||||
|
||||
- `expression`: the expression you want metadata for
|
||||
|
||||
## Examples
|
||||
|
||||
Get the metadata of a variable
|
||||
```shell
|
||||
> metadata $a
|
||||
```
|
||||
|
||||
Get the metadata of the input
|
||||
```shell
|
||||
> ls | metadata
|
||||
```
|
||||
|
Reference in New Issue
Block a user