fix(auth): rebase PR #200 onto main and restore auth CLI flow
This commit is contained in:
parent
96109d46d1
commit
d42cb1e906
11 changed files with 594 additions and 44 deletions
|
|
@ -4083,8 +4083,10 @@ fn print_summary(config: &Config) {
|
|||
);
|
||||
println!(
|
||||
" {}",
|
||||
style("or: zeroclaw auth paste-token --provider anthropic --auth-kind authorization")
|
||||
.yellow()
|
||||
style(
|
||||
"or: zeroclaw auth paste-token --provider anthropic --auth-kind authorization"
|
||||
)
|
||||
.yellow()
|
||||
);
|
||||
} else {
|
||||
let env_var = provider_env_var(provider);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue