menu
arcane_ocr package
documentation
process_util.dart
ProcessUtil
shellEscape static method
shellEscape static method
dark_mode
light_mode
shellEscape
static method
String
shellEscape
(
String
arg
)
Implementation
static String shellEscape(String arg) { return "'${arg.replaceAll("'", r"'\''")}'"; }
arcane_ocr package
documentation
process_util
ProcessUtil
shellEscape static method
ProcessUtil class