Files
ana-ledger/cmd/cli/config.go
Bel LaPointe 2f8dba4e23
All checks were successful
cicd / ci (push) Successful in 1m30s
accept --cpi=FILE --cpiy=YEAR to translate money to target year
2025-05-07 09:55:16 -06:00

20 lines
299 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
}