Skip to content

Commit

Permalink
regen and fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
RedstoneWizard08 committed Jul 10, 2024
1 parent a5f692a commit c013a37
Show file tree
Hide file tree
Showing 6 changed files with 184 additions and 153 deletions.
4 changes: 2 additions & 2 deletions apps/wormhole/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ impl Runnable for Cli {
pub enum Commands {
/// TypeScript bindgen CLI tool.
Bindgen(bindings::Cli),

/// Web UI management CLI.
Server(webui::cli::Cli),

/// Wormhole CLI.
Cli(wormhole_cli::cli::Cli),

/// Wormhole GUI app.
#[default]
Gui,
Expand Down
Loading

0 comments on commit c013a37

Please sign in to comment.