Skip to content

Commit

Permalink
change stdtermwidth in renderMarkdownHelp
Browse files Browse the repository at this point in the history
  • Loading branch information
rnegron committed Feb 2, 2024
1 parent 9e9ece7 commit 7660ad9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/src/oclif/hooks/renderMarkdownHelp.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const chalk = require('chalk');
const { marked } = require('marked');
const TerminalRenderer = require('marked-terminal');
const { stdtermwidth } = require('@oclif/core/lib/screen');
const { stdtermwidth } = require('@oclif/help/lib/screen');

marked.setOptions({
renderer: new TerminalRenderer({
Expand Down

0 comments on commit 7660ad9

Please sign in to comment.