mirror of
https://github.com/nushell/nushell.git
synced 2025-08-12 18:58:19 +02:00
Add filter and sink plugins
This commit is contained in:
@ -33,6 +33,10 @@ impl Command for Config {
|
||||
optional_positional: vec![],
|
||||
rest_positional: false,
|
||||
named,
|
||||
is_sink: true,
|
||||
is_filter: false,
|
||||
can_load: vec![],
|
||||
can_save: vec![],
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user