Files
ana-ledger/cmd/cli/config.go
Bel LaPointe 0eaeeec359
All checks were successful
cicd / ci (push) Successful in 1m50s
cli accepts -n normalie
2025-04-03 10:24:49 -06:00

15 lines
214 B
Go

package cli
type Config struct {
Files FileList
Query struct {
Period Period
Sort string
NoRounding bool
Depth int
Reverse bool
NoExchanging bool
Normalize bool
}
}