Переглянути джерело

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');