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.
-n
1 parent 338ca16 commit 4d9de0dCopy full SHA for 4d9de0d
josh-proxy/src/cli.rs
@@ -30,10 +30,7 @@ pub struct Args {
30
#[arg(long)]
31
pub no_background: bool,
32
33
- #[arg(
34
- short,
35
- help = "DEPRECATED - no effect! Number of concurrent upstream git fetch/push operations"
36
- )]
+ #[arg(short, help = "DEPRECATED - no effect!")]
37
_n: Option<String>,
38
39
#[arg(long, default_value = "8000")]
tests/proxy/shell.t
@@ -17,7 +17,7 @@
17
--no-background
18
19
-n <N>
20
- DEPRECATED - no effect! Number of concurrent upstream git fetch/push operations
+ DEPRECATED - no effect!
21
--port <PORT>
22
[default: 8000]
23
-c, --cache-duration <CACHE_DURATION>
0 commit comments