mirror of
https://github.com/alkimake/paperclip.git
synced 2026-06-16 19:00:38 +09:00
cli: update banner art and simplify onboard help text
Switch to block-style ASCII art for the PAPERCLIP banner and use unicode box-drawing separator. Shorten the onboard outro run hint. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
3248974435
commit
f640b0445d
2 changed files with 8 additions and 7 deletions
|
|
@ -248,7 +248,7 @@ export async function onboard(opts: OnboardOptions): Promise<void> {
|
|||
|
||||
p.note(
|
||||
[
|
||||
`Run now: ${pc.cyan("paperclipai run")} (onboard + doctor + start in one command)`,
|
||||
`Run: ${pc.cyan("paperclipai run")}`,
|
||||
`Reconfigure later: ${pc.cyan("paperclipai configure")}`,
|
||||
`Diagnose setup: ${pc.cyan("paperclipai doctor")}`,
|
||||
].join("\n"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue