|
package cli
|
|
|
|
type Config struct {
|
|
Files FileList
|
|
BPI string
|
|
CPI string
|
|
CPIYear int
|
|
Query struct {
|
|
Period Period
|
|
Sort string
|
|
NoRounding bool
|
|
Depth int
|
|
With string
|
|
NoExchanging bool
|
|
Normalize bool
|
|
USDOnly bool
|
|
}
|
|
Compact bool
|
|
GroupDate string
|
|
NoPercent bool
|
|
}
|