WIP cmd/cli$ go run ../ cli $(printf " -f %s" $HOME/Sync/Core/ledger/eras/2022-/*.txt) -n -w ^Housey --depth 1 -usd bal
All checks were successful
cicd / ci (push) Successful in 1m32s

This commit is contained in:
Bel LaPointe
2025-04-03 21:39:36 -06:00
parent 697fc16b52
commit dd20f066a3
3 changed files with 18 additions and 9 deletions

View File

@@ -8,8 +8,9 @@ type Config struct {
Sort string
NoRounding bool
Depth int
Reverse bool
With string
NoExchanging bool
Normalize bool
USDOnly bool
}
}