Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
maaslalani committed Jan 29, 2024
1 parent 55992ee commit c0f0e48
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,11 @@ type Config struct {
Output string `help:"Output location for {{.svg}}, {{.png}}, or {{.jpeg}}." short:"o" group:"Settings" default:"out.svg" placeholder:"out.svg"`
Theme string `help:"Theme to use for syntax highlighting." short:"t" group:"Settings" placeholder:"charm"`

// Decoration
Border Border `embed:"" prefix:"border." group:"Border"`
Shadow Shadow `embed:"" prefix:"shadow." help:"add a shadow to the window" short:"s" group:"Shadow"`

// Font
Font Font `embed:"" prefix:"font." group:"Font"`
LineHeight float64 `help:"Line height relative to font size." group:"Font" placeholder:"1.2"`
}
Expand Down

0 comments on commit c0f0e48

Please sign in to comment.