This commit is contained in:
2022-10-03 00:05:40 +05:30
parent 0423e142e0
commit f47102cc7d
4 changed files with 113 additions and 31 deletions

View File

@@ -42,7 +42,7 @@ struct Opt {
addr: String,
/// set the listen port
#[clap(short = 'p', long = "port", default_value = "8080")]
#[clap(short = 'p', long = "port", default_value = "8081")]
port: u16,
/// set the directory where static files are to be found