Files
ana-ledger/cmd/cli/config.go
Bel LaPointe b1cf639f39
All checks were successful
cicd / ci (push) Successful in 3m5s
un-break shared
2025-10-31 07:28:26 -06:00

22 lines
335 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
NoPercent bool
}