Skip to content

Commit

Permalink
fix: show_line_numbers for configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
maaslalani committed Apr 3, 2024
1 parent 887dc08 commit 974eec2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ type Config struct {
// Line
LineHeight float64 `json:"line_height" help:"Line height relative to font size." group:"Line" placeholder:"1.2"`
Lines []int `json:"-" help:"Lines to capture (start,end)." group:"Line" placeholder:"0,-1" value:"0,-1"`
ShowLineNumbers bool `json:"line_numbers" help:"" group:"Line" placeholder:"false"`
ShowLineNumbers bool `json:"show_line_numbers" help:"" group:"Line" placeholder:"false"`
}

// Shadow is the configuration options for a drop shadow.
Expand Down

0 comments on commit 974eec2

Please sign in to comment.