Closed laowantong closed 6 months ago
escapeshellarg was transforming a sequence of rewritings such as:
escapeshellarg
mocodo -t create:types=PLACEHOLDER randomize:types
into:
mocodo -t "create:types=PLACEHOLDER randomize:types"
escapeshellcmd seems to do the trick.
escapeshellcmd
escapeshellarg
was transforming a sequence of rewritings such as:into:
escapeshellcmd
seems to do the trick.