Skip to content

Commit

Permalink
fix: snipdoc check
Browse files Browse the repository at this point in the history
calls for an updates of snippets.

Fixed by executing `snipdoc run`.
  • Loading branch information
sectore committed Sep 14, 2024
1 parent 393c8c1 commit c5cae48
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions docs-site/content/docs/getting-started/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,15 @@ The one-person framework for Rust
Usage: blo-cli [OPTIONS] <COMMAND>

Commands:
start Start an app
db Perform DB operations
routes Describe all application endpoints
task Run a custom task
generate code generation creates a set of files and code templates based on a predefined set of rules
doctor Validate and diagnose configurations
version Display the app version
help Print this message or the help of the given subcommand(s)
start Start an app
db Perform DB operations
routes Describe all application endpoints
task Run a custom task
scheduler Run the scheduler
generate code generation creates a set of files and code templates based on a predefined set of rules
doctor Validate and diagnose configurations
version Display the app version
help Print this message or the help of the given subcommand(s)

Options:
-e, --environment <ENVIRONMENT> Specify the environment [default: development]
Expand Down

0 comments on commit c5cae48

Please sign in to comment.