mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-09-07 08:27:12 +00:00
style(install): blank line before install token in start banner
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
92566d430f
commit
f99011fdb0
1 changed files with 1 additions and 0 deletions
|
|
@ -247,6 +247,7 @@ fn announce_install_mode(bind: &Bind, token: &str, styles: &Styles, printer: Pri
|
|||
}
|
||||
fabro_util::printerr!(printer, "");
|
||||
fabro_util::printerr!(printer, " If prompted, paste the install token:");
|
||||
fabro_util::printerr!(printer, "");
|
||||
fabro_util::printerr!(printer, " {}", styles.bold_cyan.apply_to(token));
|
||||
fabro_util::printerr!(printer, "");
|
||||
fabro_util::printerr!(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue