# Functions
MergeSlices merges a set of sorted string slices into a single ones while removing all duplicates.
MergeUnsortedSlices behaves like StringSlices but input slices are validated for sortedness and are sorted if they are not ordered yet.
ParseFlagLabels helps handle lists of labels passed from kingpin flags.