mirror of
https://github.com/nushell/nushell.git
synced 2025-08-13 06:37:47 +02:00
Add save sink
This commit is contained in:
@ -75,6 +75,7 @@ pub async fn cli() -> Result<(), Box<dyn Error>> {
|
||||
context.add_sinks(vec![
|
||||
sink("autoview", autoview::autoview),
|
||||
sink("clip", clip::clip),
|
||||
sink("save", save::save),
|
||||
sink("tree", tree::tree),
|
||||
]);
|
||||
}
|
||||
|
Reference in New Issue
Block a user