laowantong / mocodo

Modélisation Conceptuelle de Données. Nickel. Ni souris.
https://www.mocodo.net
MIT License
181 stars 51 forks source link

fix a regression of 62b5998 for multiple args #114

Closed laowantong closed 3 months ago

laowantong commented 3 months ago

escapeshellarg was transforming a sequence of rewritings such as:

mocodo -t create:types=PLACEHOLDER randomize:types

into:

mocodo -t "create:types=PLACEHOLDER randomize:types"

escapeshellcmd seems to do the trick.