accept --cpi=FILE --cpiy=YEAR to translate money to target year
All checks were successful
cicd / ci (push) Successful in 1m30s

This commit is contained in:
Bel LaPointe
2025-05-07 09:55:16 -06:00
parent 0d91cd63db
commit 2f8dba4e23
5 changed files with 48 additions and 11 deletions

View File

@@ -1,9 +1,11 @@
package cli
type Config struct {
Files FileList
BPI string
Query struct {
Files FileList
BPI string
CPI string
CPIYear int
Query struct {
Period Period
Sort string
NoRounding bool