forked from extern/nushell
Remove is_private from $nu.scope.commands (#4979)
This commit is contained in:
@ -977,12 +977,6 @@ pub fn create_scope(
|
||||
span,
|
||||
});
|
||||
|
||||
cols.push("is_private".to_string());
|
||||
vals.push(Value::Bool {
|
||||
val: decl.is_private(),
|
||||
span,
|
||||
});
|
||||
|
||||
cols.push("is_builtin".to_string());
|
||||
// we can only be a is_builtin or is_custom, not both
|
||||
vals.push(Value::Bool {
|
||||
|
Reference in New Issue
Block a user