forked from extern/nushell
Remove unneeded TODOs
These commands have been confirmed to have no arguments.
This commit is contained in:
parent
d71206ed9e
commit
56c04ff5b6
@ -18,7 +18,6 @@ impl WholeStreamCommand for Debug {
|
|||||||
}
|
}
|
||||||
|
|
||||||
fn signature(&self) -> Signature {
|
fn signature(&self) -> Signature {
|
||||||
// TODO: Signature?
|
|
||||||
Signature::build("debug")
|
Signature::build("debug")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -20,7 +20,6 @@ impl WholeStreamCommand for PS {
|
|||||||
}
|
}
|
||||||
|
|
||||||
fn signature(&self) -> Signature {
|
fn signature(&self) -> Signature {
|
||||||
// TODO: Signature?
|
|
||||||
Signature::build("ps")
|
Signature::build("ps")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -19,7 +19,6 @@ impl WholeStreamCommand for Shells {
|
|||||||
}
|
}
|
||||||
|
|
||||||
fn signature(&self) -> Signature {
|
fn signature(&self) -> Signature {
|
||||||
// TODO: Signature?
|
|
||||||
Signature::build("shells")
|
Signature::build("shells")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -18,7 +18,6 @@ impl WholeStreamCommand for SortBy {
|
|||||||
}
|
}
|
||||||
|
|
||||||
fn signature(&self) -> Signature {
|
fn signature(&self) -> Signature {
|
||||||
// TODO: Signature?
|
|
||||||
Signature::build("sort-by")
|
Signature::build("sort-by")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user