Remove unneeded TODOs

These commands have been confirmed to have no arguments.
This commit is contained in:
Odin Dutton 2019-08-20 13:11:01 +10:00
parent d71206ed9e
commit 56c04ff5b6
4 changed files with 0 additions and 4 deletions

View File

@ -18,7 +18,6 @@ impl WholeStreamCommand for Debug {
}
fn signature(&self) -> Signature {
// TODO: Signature?
Signature::build("debug")
}
}

View File

@ -20,7 +20,6 @@ impl WholeStreamCommand for PS {
}
fn signature(&self) -> Signature {
// TODO: Signature?
Signature::build("ps")
}
}

View File

@ -19,7 +19,6 @@ impl WholeStreamCommand for Shells {
}
fn signature(&self) -> Signature {
// TODO: Signature?
Signature::build("shells")
}
}

View File

@ -18,7 +18,6 @@ impl WholeStreamCommand for SortBy {
}
fn signature(&self) -> Signature {
// TODO: Signature?
Signature::build("sort-by")
}
}