mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 14:45:56 +02:00
input and output types (#5750)
* input and output types * added description * type from stored variable * string in custom value * more tests with non custom
This commit is contained in:
@ -829,7 +829,7 @@ pub fn create_scope(
|
||||
})
|
||||
}
|
||||
|
||||
for (command_name, decl_id) in commands_map {
|
||||
for ((command_name, _), decl_id) in commands_map {
|
||||
if visibility.is_decl_id_visible(decl_id) {
|
||||
let mut cols = vec![];
|
||||
let mut vals = vec![];
|
||||
|
Reference in New Issue
Block a user