accept --cpi=FILE --cpiy=YEAR to translate money to target year
All checks were successful
cicd / ci (push) Successful in 1m30s
All checks were successful
cicd / ci (push) Successful in 1m30s
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user