Skip to content

CM V2.3.9: improved "cm init" and CLI

Compare
Choose a tag to compare
@gfursin gfursin released this 29 Sep 13:21
· 179 commits to master since this release
4ffeb19
  • added --min == --skip to cm init for readability
  • added --checkout to cm 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