Skip to content

Commit

Permalink
fix(cli): show more shortcuts
Browse files Browse the repository at this point in the history
  • Loading branch information
istudyatuni committed Dec 23, 2024
1 parent c2952a7 commit d6c08aa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/cli/src/serve/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,10 @@ pub(crate) async fn serve_all(mut args: ServeArgs) -> Result<()> {
• Press `ctrl+c` to exit the server
• Press `r` to rebuild the app
• Press `o` to open the app
• Press `p` to toggle automatic rebuilds
• Press `v` to toggle verbose logging
• Press `t` to toggle tracing
• Press `c` to clean logs
• Press `/` for more commands and shortcuts
Learn more at https://dioxuslabs.com/learn/0.6/getting_started
----------------------------------------------------------------"#,
Expand Down

0 comments on commit d6c08aa

Please sign in to comment.