mirror of
https://github.com/nushell/nushell.git
synced 2025-08-10 08:49:33 +02:00
Flatten command. (#2670)
This commit is contained in:
committed by
GitHub
parent
2df8775b48
commit
2fb48bd6ac
@ -196,7 +196,7 @@ impl Dictionary {
|
||||
}
|
||||
|
||||
/// A helper to help create dictionaries for you. It has the ability to insert values into the dictionary while maintaining the tags that need to be applied to the individual members
|
||||
#[derive(Debug)]
|
||||
#[derive(Debug, Clone)]
|
||||
pub struct TaggedDictBuilder {
|
||||
tag: Tag,
|
||||
dict: IndexMap<String, Value>,
|
||||
|
Reference in New Issue
Block a user