Skip to content

Commit 32fc671

Browse files
fix(path): path can't have short and long names
1 parent f3d6f52 commit 32fc671

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "microserver"
33
description = "Simple ad-hoc server with SPA support based on Warp! Excellent for testing React, Angular, Vue apps and the like."
4-
version = "0.2.0"
4+
version = "0.2.1"
55
authors = ["Roberto Huertas <[email protected]>"]
66
edition = "2021"
77
license = "MIT"

src/main.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,6 @@ async fn main() {
3939
)
4040
.arg(
4141
Arg::new("path")
42-
.long("path")
43-
.short('t')
4442
.default_value(".")
4543
.help("The path to the files being served")
4644
.index(1),

0 commit comments

Comments
 (0)