# Functions
ExtractFieldsInto copies the fields owned by fieldManager from the main resource (not a subresource) of src into dst.
FormatExample prepares text to appear in the Examples section of a command's help text.
MergeStringMaps returns a new map that contains all the keys and values in maps.
RemoveEmptyField removes a nested field from object when it is an empty map or slice or it is the zero value for its type.
RemoveEmptySections removes an empty nested field from object the same as [RemoveEmptyField] then removes all its empty parent fields.