mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 19:07:42 +02:00
Add search terms to many commands (#5096)
This commit is contained in:
@ -19,6 +19,10 @@ impl Command for Input {
|
||||
"Get input from the user."
|
||||
}
|
||||
|
||||
fn search_terms(&self) -> Vec<&str> {
|
||||
vec!["prompt", "interactive"]
|
||||
}
|
||||
|
||||
fn signature(&self) -> Signature {
|
||||
Signature::build("input")
|
||||
.optional("prompt", SyntaxShape::String, "prompt to show the user")
|
||||
|
Reference in New Issue
Block a user