nushell/docs/commands/fmt.md

19 lines
148 B
Markdown
Raw Normal View History

---
title: fmt
layout: command
version: 0.59.0
---
format numbers
## Signature
```> fmt ```
## Examples
format numbers
```shell
> 42 | fmt
```