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:
@@ -71,10 +71,6 @@ func buildQuery(config Config, args args) (ledger.Like, error) {
|
||||
}
|
||||
}
|
||||
|
||||
if config.Query.With != "" {
|
||||
like = andLike(like, ledger.LikeWith(config.Query.With))
|
||||
}
|
||||
|
||||
return like, nil
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user