mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 20:17:44 +02:00
Remove is_private from $nu.scope.commands (#4979)
This commit is contained in:
@ -27,11 +27,6 @@ pub trait Command: Send + Sync + CommandClone {
|
||||
false
|
||||
}
|
||||
|
||||
// Commands that are not meant to be run by users
|
||||
fn is_private(&self) -> bool {
|
||||
false
|
||||
}
|
||||
|
||||
fn examples(&self) -> Vec<Example> {
|
||||
Vec::new()
|
||||
}
|
||||
|
Reference in New Issue
Block a user