cli accepts -with PATTERN to filter transactions by all attendees
All checks were successful
cicd / ci (push) Successful in 1m31s
All checks were successful
cicd / ci (push) Successful in 1m31s
This commit is contained in:
@@ -87,6 +87,10 @@ func Main() {
|
||||
deltas = ana.NewDefaultNormalizer().Normalize(deltas)
|
||||
}
|
||||
|
||||
if config.Query.With != "" {
|
||||
deltas = deltas.Like(ledger.LikeWith(config.Query.With))
|
||||
}
|
||||
|
||||
switch cmd[:3] {
|
||||
case "bal":
|
||||
balances := deltas.Balances().
|
||||
|
||||
Reference in New Issue
Block a user