DrString
DrString copied to clipboard
Doesn't support CLI arguments file
Certain OSes limit the number of CLI arguments for any command. Usual solution is a file that contains all the command options.
FWIW in SwiftLint I implemented this but the file only allows filepaths not arbitrary options, which might be easier for DrString as well