alecthomas / kingpin

CONTRIBUTIONS ONLY: A Go (golang) command line and flag parser
MIT License
3.5k stars 273 forks source link

Don't wrap string slice in another #292

Closed muesli closed 5 years ago

muesli commented 5 years ago

Directly return the string slice returned by Split, no need to wrap this in another slice.