mirror of
https://github.com/nushell/nushell.git
synced 2025-06-10 12:06:51 +02:00
reorder cal
s input_output_types
(#15909)
This PR should close #15906 # User-Facing Changes reorder `cal`s `input_output_types`, so that `String` is first in order.
This commit is contained in:
parent
b886fd364c
commit
e3124d3561
@ -47,8 +47,8 @@ impl Command for Cal {
|
||||
None,
|
||||
)
|
||||
.input_output_types(vec![
|
||||
(Type::Nothing, Type::table()),
|
||||
(Type::Nothing, Type::String),
|
||||
(Type::Nothing, Type::table()),
|
||||
])
|
||||
.allow_variants_without_examples(true) // TODO: supply exhaustive examples
|
||||
.category(Category::Generators)
|
||||
|
Loading…
x
Reference in New Issue
Block a user