We do not need to pass the subcommand as arg here
This commit is contained in:
parent
ac7fb19040
commit
389c5b9033
1 changed files with 0 additions and 1 deletions
|
@ -190,7 +190,6 @@ fn main() {
|
||||||
.stdin(Stdio::inherit())
|
.stdin(Stdio::inherit())
|
||||||
.stdout(Stdio::inherit())
|
.stdout(Stdio::inherit())
|
||||||
.stderr(Stdio::inherit())
|
.stderr(Stdio::inherit())
|
||||||
.arg(subcommand)
|
|
||||||
.args(&subcommand_args[..])
|
.args(&subcommand_args[..])
|
||||||
.spawn()
|
.spawn()
|
||||||
.and_then(|mut handle| handle.wait())
|
.and_then(|mut handle| handle.wait())
|
||||||
|
|
Loading…
Reference in a new issue