Rename to clip

This commit is contained in:
Jonathan Turner
2019-06-08 04:46:47 +12:00
parent 5ad94e569f
commit 2f590d051a
3 changed files with 3 additions and 3 deletions

View File

@ -74,7 +74,7 @@ pub async fn cli() -> Result<(), Box<dyn Error>> {
context.add_sinks(vec![
sink("autoview", autoview::autoview),
sink("clipboard", clipboard::clipboard),
sink("clip", clip::clip),
sink("tree", tree::tree),
]);
}