mirror of
https://github.com/nushell/nushell.git
synced 2025-08-17 21:31:09 +02:00
Remove unneeded TODOs
These commands have been confirmed to have no arguments.
This commit is contained in:
@ -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")
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user