mirror of
https://github.com/nushell/nushell.git
synced 2025-07-07 18:07:02 +02:00
Compare commits
1 Commits
main
...
revert-159
Author | SHA1 | Date | |
---|---|---|---|
4f67310681 |
@ -25,7 +25,7 @@ impl PluginCommand for SchemaCmd {
|
|||||||
fn signature(&self) -> Signature {
|
fn signature(&self) -> Signature {
|
||||||
Signature::build(self.name())
|
Signature::build(self.name())
|
||||||
.switch("datatype-list", "creates a lazy dataframe", Some('l'))
|
.switch("datatype-list", "creates a lazy dataframe", Some('l'))
|
||||||
.input_output_type(Type::Any, Type::record())
|
.input_output_type(Type::Custom("dataframe".into()), Type::record())
|
||||||
.category(Category::Custom("dataframe".into()))
|
.category(Category::Custom("dataframe".into()))
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user