mirror of
https://github.com/nushell/nushell
synced 2024-12-27 13:33:16 +00:00
Remove unneeded TODOs
These commands have been confirmed to have no arguments.
This commit is contained in:
parent
d71206ed9e
commit
56c04ff5b6
4 changed files with 0 additions and 4 deletions
|
@ -18,7 +18,6 @@ impl WholeStreamCommand for Debug {
|
|||
}
|
||||
|
||||
fn signature(&self) -> Signature {
|
||||
// TODO: Signature?
|
||||
Signature::build("debug")
|
||||
}
|
||||
}
|
||||
|
|
|
@ -20,7 +20,6 @@ impl WholeStreamCommand for PS {
|
|||
}
|
||||
|
||||
fn signature(&self) -> Signature {
|
||||
// TODO: Signature?
|
||||
Signature::build("ps")
|
||||
}
|
||||
}
|
||||
|
|
|
@ -19,7 +19,6 @@ impl WholeStreamCommand for Shells {
|
|||
}
|
||||
|
||||
fn signature(&self) -> Signature {
|
||||
// TODO: Signature?
|
||||
Signature::build("shells")
|
||||
}
|
||||
}
|
||||
|
|
|
@ -18,7 +18,6 @@ impl WholeStreamCommand for SortBy {
|
|||
}
|
||||
|
||||
fn signature(&self) -> Signature {
|
||||
// TODO: Signature?
|
||||
Signature::build("sort-by")
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue