mirror of
https://github.com/nushell/nushell.git
synced 2025-08-12 14:08:11 +02:00
"Add plugin arg errors. Bring remaining errors to parity"
This commit is contained in:
@ -82,8 +82,6 @@ pub struct CommandConfig {
|
||||
pub named: IndexMap<String, NamedType>,
|
||||
pub is_filter: bool,
|
||||
pub is_sink: bool,
|
||||
pub can_load: Vec<String>,
|
||||
pub can_save: Vec<String>,
|
||||
}
|
||||
|
||||
#[derive(Debug, Default, new, Serialize, Deserialize)]
|
||||
|
Reference in New Issue
Block a user