From 4be75024c640def5d656976356a8c26c2147c836 Mon Sep 17 00:00:00 2001 From: holly sparkles Date: Fri, 4 Aug 2023 12:31:32 +0200 Subject: [PATCH] feat: add colour to bitwarden error messages --- src/bwutil.rs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/bwutil.rs b/src/bwutil.rs index 0e007e5..0254ae9 100644 --- a/src/bwutil.rs +++ b/src/bwutil.rs @@ -1,4 +1,5 @@ use std::process::{Command, Output, Stdio}; +use colored::*; use serde::Deserialize; use anyhow::{anyhow, Result, Context}; @@ -77,7 +78,7 @@ pub fn exec_folder_search(session: &str, folder_name: &str) -> Result Result