Features and examples:
Turn a dash separated string into a tuple.
arg – a dash separated string “a-b”
(a,b)