Remove 'arboard' (#4174)

This commit is contained in:
JT
2021-12-02 08:48:03 +13:00
committed by GitHub
parent e6e6b730f3
commit 89cbfd758d
10 changed files with 142 additions and 612 deletions

View File

@ -366,14 +366,6 @@ pub fn create_default_context(interactive: bool) -> Result<EvaluationContext, Bo
whole_stream_command(DataFrameCumulative),
whole_stream_command(DataFrameRename),
]);
#[cfg(feature = "clipboard-cli")]
{
context.add_commands(vec![
whole_stream_command(crate::commands::Clip),
whole_stream_command(crate::commands::Paste),
]);
}
}
Ok(context)