mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-09-07 08:27:12 +00:00
feat(cli): add fabro docs to landing Set up section
Surfaces the docs website shortcut alongside the other onboarding commands so new users can find the web docs without hunting through `fabro help`. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
afcbb0628a
commit
7bf0c6678e
2 changed files with 2 additions and 0 deletions
|
|
@ -36,6 +36,7 @@ pub(crate) fn print() {
|
|||
("repo init", "Initialize Fabro in a repository"),
|
||||
("server start", "Start the Fabro API server"),
|
||||
("secret set", "Store a server-owned secret"),
|
||||
("docs", "Open the docs website in the browser"),
|
||||
],
|
||||
cmd_width,
|
||||
);
|
||||
|
|
|
|||
|
|
@ -79,6 +79,7 @@ fn no_args_prints_curated_landing() {
|
|||
fabro repo init Initialize Fabro in a repository
|
||||
fabro server start Start the Fabro API server
|
||||
fabro secret set Store a server-owned secret
|
||||
fabro docs Open the docs website in the browser
|
||||
|
||||
Run workflows
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue