Remove is_private from $nu.scope.commands (#4979)

This commit is contained in:
Jakub Žádník
2022-03-26 21:22:35 +02:00
committed by GitHub
parent 71dd857926
commit 79e4d35f01
3 changed files with 0 additions and 15 deletions

View File

@ -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)