mirror of
https://github.com/nushell/nushell.git
synced 2025-06-30 22:50:14 +02:00
Remove is_private from $nu.scope.commands (#4979)
This commit is contained in:
@ -30,10 +30,6 @@ impl Command for External {
|
||||
"Runs external command"
|
||||
}
|
||||
|
||||
fn is_private(&self) -> bool {
|
||||
true
|
||||
}
|
||||
|
||||
fn signature(&self) -> nu_protocol::Signature {
|
||||
Signature::build(self.name())
|
||||
.switch("redirect-stdout", "redirect-stdout", None)
|
||||
|
Reference in New Issue
Block a user