Files
ana-ledger/cmd/cli/config.go
Bel LaPointe fa7bafa241
Some checks failed
cicd / ci (push) Has been cancelled
reconcile csv via --csv csv
2026-01-31 11:22:47 -07:00

23 lines
353 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
CSV string
}