can get retirement contributions with grepping

This commit is contained in:
Bel LaPointe
2024-12-12 22:44:38 -07:00
parent e25d52b141
commit c3f7800dec
2 changed files with 18 additions and 6 deletions

View File

@@ -3,10 +3,11 @@ package cli
type Config struct {
Files FileList
Query struct {
Period Period
Sort string
NoRounding bool
Depth int
Reverse bool
Period Period
Sort string
NoRounding bool
Depth int
Reverse bool
NoExchanging bool
}
}