mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 17:05:03 +02:00
Update some examples and docs (#4682)
* Update some examples and docs * Update now.rs * Update date_now.md Co-authored-by: JT <547158+jntrnr@users.noreply.github.com>
This commit is contained in:
@ -51,6 +51,11 @@ impl Command for SubCommand {
|
||||
example: r#"(date now) - 2019-05-01T04:12:05.20+08:00"#,
|
||||
result: None,
|
||||
},
|
||||
Example {
|
||||
description: "Get current time in full RFC3339 format with timezone",
|
||||
example: r#"date now | debug"#,
|
||||
result: None,
|
||||
},
|
||||
]
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user