summaryrefslogtreecommitdiff
path: root/internal/app/options.go
blob: 9292e535baedab05a95378ec472d1783914216cb (plain)
1
2
3
4
5
6
7
package app

// Options configures the Yoga application runtime.
type Options struct {
	Root string
	Crop string
}