mirror of
https://github.com/charmbracelet/glow.git
synced 2026-08-23 00:24:17 +02:00
Fix word-wrapping in colored output
This commit is contained in:
parent
9ffa4d5b16
commit
5766f35363
1 changed files with 1 additions and 1 deletions
2
main.go
2
main.go
|
|
@ -10,7 +10,7 @@ import (
|
|||
"os"
|
||||
|
||||
"github.com/mattn/go-isatty"
|
||||
"github.com/mitchellh/go-wordwrap"
|
||||
"github.com/muesli/go-wordwrap"
|
||||
"github.com/spf13/cobra"
|
||||
|
||||
"github.com/charmbracelet/gold"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue