소스 검색

refactor(CLI): bump to include breaking change notice

BREAKING CHANGE:

CLI tool now uses the same option defaults as showdown main library. This mean
the default flavor is vanilla and ghCodeBlocks options is enabled by default.

To update, add `--ghCodeBlocks="false"` to the command.
Estevao Soares dos Santos 8 년 전
부모
커밋
4d78633c4d
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      src/cli/cli.js

+ 3 - 0
src/cli/cli.js

@@ -1,3 +1,6 @@
+/**
+ * Created by tivie
+ */
 'use strict';
 
 var yargs = require('yargs');