mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 09:15:42 +02:00
help generate_docs | flatten crashes nushell (#3099)
* fix case where parent_name was {nu, term} and possibly others in the future by doing an extra test first to see if if the *parent_name key actually exists in cmap * update with help generate_docs testing
This commit is contained in:
@ -22,6 +22,7 @@ mod get;
|
||||
mod group_by;
|
||||
mod hash_;
|
||||
mod headers;
|
||||
mod help;
|
||||
mod histogram;
|
||||
mod insert;
|
||||
mod into_int;
|
||||
|
Reference in New Issue
Block a user