Skip to content

Commit

Permalink
use arbitrary os-decided port by default
Browse files Browse the repository at this point in the history
  • Loading branch information
neelayjunnarkar committed Nov 3, 2024
1 parent 2450085 commit b759e29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion insanity-native-tui-app/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ enum Commands {

#[derive(Parser, Debug)]
struct RunOptions {
#[clap(short, long, default_value = "1337")]
#[clap(short, long, default_value = "0")]
port: u16,

/// Disables the terminal user interface.
Expand Down

0 comments on commit b759e29

Please sign in to comment.