mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 02:55:07 +02:00
Plugins signature load (#349)
* saving signatures to file * loading plugin signature from file * is_plugin column for help command
This commit is contained in:
@ -585,7 +585,7 @@ pub fn eval_variable(
|
||||
|
||||
cols.push("is_plugin".to_string());
|
||||
vals.push(Value::Bool {
|
||||
val: decl.is_plugin(),
|
||||
val: decl.is_plugin().is_some(),
|
||||
span,
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user