Sfoglia il codice sorgente

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 anni fa
parent
commit
4d78633c4d
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  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');