toCli method

String toCli()

Returns this input in a form that can be added to a CLI string.

Example: "-i /videos/vid1.mp4"

Implementation

String toCli() => args.join(' ');