toCli method
Returns this input in a form that can be added to a CLI string.
Example: "-i /videos/vid1.mp4"
Implementation
String toCli() => args.join(' ');
Returns this input in a form that can be added to a CLI string.
Example: "-i /videos/vid1.mp4"
String toCli() => args.join(' ');