bfv / compilert

Multithreaded compiler for OpenEdge with an nodejs engine
MIT License
0 stars 0 forks source link

make CLI options negatable #16

Closed bfv closed 4 years ago

bfv commented 4 years ago

Since CLI options can also be set to true in .oecconfig a way to set them to false on the CLI is needed. With the yargs package a prefix no- can be used. So if --delete sets the delete flag to true, --no-delete sets it to false.