mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 21:17:49 +02:00
Revert "Allow polars schema --datatype-list
to be used without pipeline inp…"
This reverts commit fb691c0da5
.
This commit is contained in:
@ -25,7 +25,7 @@ impl PluginCommand for SchemaCmd {
|
||||
fn signature(&self) -> Signature {
|
||||
Signature::build(self.name())
|
||||
.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()))
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user