Skip to content

Commit

Permalink
set secret keyring global service name
Browse files Browse the repository at this point in the history
  • Loading branch information
soywod committed Sep 3, 2024
1 parent 8cf6a03 commit f9b02b6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ use pimalaya_tui::cli::{printer::StdoutPrinter, tracing};
async fn main() -> Result<()> {
let tracing = tracing::install()?;

#[cfg(feature = "keyring")]
secret::keyring::set_global_service_name("neverest-cli");

let cli = Cli::parse();
let mut printer = StdoutPrinter::new(cli.output);
let res = cli
Expand Down

0 comments on commit f9b02b6

Please sign in to comment.