package bash_ble

import (
	
	

	
)

// ActionRawValues formats values for bash_ble.
func ( string,  common.Meta,  common.RawValues) string {
	 := make([]string, len())
	for ,  := range  {
		 := " "
		if .Nospace.Matches(.Value) {
			 = ""
		}
		[] = fmt.Sprintf("%v\t%v\x1c%v\x1c%v\x1c%v", .Value, .Display, "", , .TrimmedDescription())
	}
	return strings.Join(, "\n")
}