Преглед на файлове

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