merges the source namespace into the destination
scratch/main> merge src destmerges the source namespace into the current namespace
scratch/main> merge srcUse the merge command to merge two namespaces with the following behavior:
- If a function is added in the
sourcenamespace, it will be present in the resultingdestinationnamespace - If a function is updated in the
sourcenamespace, the UCM will use the updated version in the resultingdestination - If the
destinationnamespace has additional functions that thesourcenamespace does not contain, the destination namespace will retain the functions in the resulting namespace