package cli
type Config struct {
Files FileList
BPI string
Query struct {
Period Period
Sort string
NoRounding bool
Depth int
Reverse bool
NoExchanging bool
Normalize bool
}