Skip to content

Commit

Permalink
feat: introduce dedicated server
Browse files Browse the repository at this point in the history
  • Loading branch information
sundy-li committed Oct 25, 2024
1 parent 22ae5b8 commit a4da421
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/src/display.rs
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ impl<'a> FormatDisplay<'a> {
println!("Failed to open browser, {} ", e);
}
}
println!("Click url to show the graphical online: {}", url);
println!("View graphical online: \x1B[4m{}\x1B[0m", url);
println!();
return Ok(());
}
Expand Down

0 comments on commit a4da421

Please sign in to comment.