Pārlūkot izejas kodu

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 gadi atpakaļ
vecāks
revīzija
4d78633c4d
1 mainītis faili ar 3 papildinājumiem un 0 dzēšanām
  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');