mirror of
https://github.com/nushell/nushell.git
synced 2025-02-09 06:59:19 +01:00
Fix invalid variable name in input
command docs (#6716)
This commit is contained in:
parent
90ba39184a
commit
9446e3960b
@ -149,7 +149,7 @@ impl Command for Input {
|
|||||||
fn examples(&self) -> Vec<Example> {
|
fn examples(&self) -> Vec<Example> {
|
||||||
vec![Example {
|
vec![Example {
|
||||||
description: "Get input from the user, and assign to a variable",
|
description: "Get input from the user, and assign to a variable",
|
||||||
example: "let user-input = (input)",
|
example: "let user_input = (input)",
|
||||||
result: None,
|
result: None,
|
||||||
}]
|
}]
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user