Files
ana-ledger/cmd/cli/config.go
Bel LaPointe 7a790fa31e
All checks were successful
cicd / ci (push) Successful in 1m51s
group date
2025-08-23 08:25:08 -06:00

21 lines
319 B
Go

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
}