We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c01d1af commit e3cd078Copy full SHA for e3cd078
src/cmd/serve.rs
@@ -25,7 +25,7 @@ pub struct Serve {
25
#[arg(short = 'A', long, env = "TRUNK_SERVE_PREFER_ADDRESS_FAMILY")]
26
pub prefer_address_family: Option<AddressFamily>,
27
/// The port to serve on [default: 8080]
28
- #[arg(long, env = "TRUNK_SERVE_PORT")]
+ #[arg(short, long, env = "TRUNK_SERVE_PORT")]
29
pub port: Option<u16>,
30
/// The aliases to serve on
31
#[arg(long, env = "TRUNK_SERVE_ALIAS")]
0 commit comments