mirror of
https://github.com/nushell/nushell.git
synced 2025-08-13 18:37:35 +02:00
Auto-generate markdown command docs (#4451)
* Finish updating * a couple improvements * Update renames * cleanup examples
This commit is contained in:
24
docs/commands/date_humanize.md
Normal file
24
docs/commands/date_humanize.md
Normal file
@ -0,0 +1,24 @@
|
||||
---
|
||||
title: date humanize
|
||||
layout: command
|
||||
version: 0.59.0
|
||||
---
|
||||
|
||||
Print a 'humanized' format for the date, relative to now.
|
||||
|
||||
## Signature
|
||||
|
||||
```> date humanize ```
|
||||
|
||||
## Examples
|
||||
|
||||
Print a 'humanized' format for the date, relative to now.
|
||||
```shell
|
||||
> date humanize
|
||||
```
|
||||
|
||||
Print a 'humanized' format for the date, relative to now.
|
||||
```shell
|
||||
> "2021-10-22 20:00:12 +01:00" | date humanize
|
||||
```
|
||||
|
Reference in New Issue
Block a user