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

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