CM V2.3.9: improved "cm init" and CLI
- added
--min
==--skip
tocm init
for readability - added
--checkout
tocm init
to handle checkout - added support to set CLI parameter to False if it ends with
-
,
i.e.--no-cache-
->i['no_cache'] = False
--no-cache
->i['no_cache'] = True