summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2016-09-02 09:39:34 +0200
committerMatthias Beyer <mail@beyermatthias.de>2016-09-05 16:18:11 +0200
commit389c5b9033f74b11f6b365d1d7ed78a6db60c14a (patch)
treef95d8cf116fe3ac85c5a39c891fd2fa0a9fa052c /bin
parentac7fb1904053eca82bcc55c44bb0e6d7907dda36 (diff)
We do not need to pass the subcommand as arg here
Diffstat (limited to 'bin')
-rw-r--r--bin/src/main.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/src/main.rs b/bin/src/main.rs
index 19c8c319..75c0934f 100644
--- a/bin/src/main.rs
+++ b/bin/src/main.rs
@@ -190,7 +190,6 @@ fn main() {
.stdin(Stdio::inherit())
.stdout(Stdio::inherit())
.stderr(Stdio::inherit())
- .arg(subcommand)
.args(&subcommand_args[..])
.spawn()
.and_then(|mut handle| handle.wait())