mirror of
https://github.com/charmbracelet/glow.git
synced 2026-08-21 23:54:17 +02: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…
Add table
Add a link
Reference in a new issue