mirror of
https://github.com/charmbracelet/glow
synced 2024-11-10 06:04:18 +00:00
Change default rendering width to 80
This commit is contained in:
parent
c5d7aa0155
commit
18fcf68c0f
1 changed files with 1 additions and 1 deletions
2
main.go
2
main.go
|
@ -232,5 +232,5 @@ func init() {
|
|||
|
||||
rootCmd.Flags().BoolVarP(&pager, "pager", "p", false, "display with pager")
|
||||
rootCmd.Flags().StringVarP(&style, "style", "s", "auto", "style name or JSON path")
|
||||
rootCmd.Flags().UintVarP(&width, "width", "w", 100, "word-wrap at width")
|
||||
rootCmd.Flags().UintVarP(&width, "width", "w", 80, "word-wrap at width")
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue