mirror of
https://github.com/nushell/nushell.git
synced 2025-07-01 15:11:52 +02:00
♻️ rework some help strings (#12306)
# Description I changed some help outputs:   I also checked with `rg` the commands deprecated in #9840 and found a help or a comment here and there. # User-Facing Changes same of above # Tests + Formatting
This commit is contained in:
@ -10,7 +10,7 @@ impl Command for ScopeCommands {
|
||||
|
||||
fn signature(&self) -> Signature {
|
||||
Signature::build("scope commands")
|
||||
.input_output_types(vec![(Type::Nothing, Type::Any)])
|
||||
.input_output_types(vec![(Type::Nothing, Type::List(Box::new(Type::Any)))])
|
||||
.allow_variants_without_examples(true)
|
||||
.category(Category::Core)
|
||||
}
|
||||
|
Reference in New Issue
Block a user