We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
uv auth token
1 parent de9f299 commit 7b3a9c2Copy full SHA for 7b3a9c2
1 file changed
crates/uv/src/commands/auth/token.rs
@@ -130,6 +130,6 @@ async fn pyx_refresh(store: &PyxTokenStore, client: &BaseClient, printer: Printe
130
}
131
};
132
133
- writeln!(printer.stdout(), "{}", token.cyan())?;
+ writeln!(printer.stdout(), "{}", token.as_str().cyan())?;
134
Ok(())
135
0 commit comments