Skip to content

Commit

Permalink
fix(feflow-cli): help 命令不能正常打印 README (#402)
Browse files Browse the repository at this point in the history
Closes teflow/feflow#270

Co-authored-by: alexqxxu <alexqxxu@tencent.com>
  • Loading branch information
xqxian and alexqxxu authored Apr 26, 2022
1 parent 6b73b15 commit 6122ed6
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 10 deletions.
43 changes: 36 additions & 7 deletions packages/feflow-cli/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions packages/feflow-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@types/js-yaml": "^3.12.5",
"@types/lockfile": "^1.0.1",
"@types/lodash": "^4.14.161",
"@types/marked": "^3.0.1",
"@types/marked": "^4.0.3",
"@types/minimist": "^1.2.0",
"@types/nedb": "^1.8.10",
"@types/osenv": "^0.1.0",
Expand All @@ -57,7 +57,6 @@
"dependencies": {
"@feflow/feflow-plugin-devtool": "^0.3.3",
"@feflow/report": "^0.5.3",
"@types/marked": "^3.0.1",
"abbrev": "^1.1.1",
"axios": "^0.21.1",
"bunyan": "^1.8.14",
Expand Down
2 changes: 1 addition & 1 deletion packages/feflow-cli/src/core/native/help.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import chalk from 'chalk';
import spawn from 'cross-spawn';
import cliMd from 'cli-html-c';
import commandLineUsage from 'command-line-usage';
import marked from 'marked';
import { marked } from 'marked';

import Feflow from '../';
import { Store } from '../commander';
Expand Down

0 comments on commit 6122ed6

Please sign in to comment.