DrString icon indicating copy to clipboard operation
DrString copied to clipboard

Doesn't support CLI arguments file

Open dduan opened this issue 4 years ago • 1 comments

Certain OSes limit the number of CLI arguments for any command. Usual solution is a file that contains all the command options.

dduan avatar Mar 17 '21 21:03 dduan

FWIW in SwiftLint I implemented this but the file only allows filepaths not arbitrary options, which might be easier for DrString as well

keith avatar Mar 18 '21 00:03 keith