preview draw.sh

This commit is contained in:
Bel LaPointe
2023-10-25 08:59:53 -06:00
parent 1fc7d76e26
commit 747dc90e9b
2 changed files with 42 additions and 1 deletions

View File

@@ -13,7 +13,7 @@ import (
func main() {
foo := flag.String("foo", "bal", "bal or reg")
likeName := flag.String("like", ".", "regexp to match")
likeName := flag.String("like-name", ".", "regexp to match")
likeBefore := flag.String("like-before", "9", "date str to compare")
likeAfter := flag.String("like-after", "0", "date str to compare")
likeLedger := flag.Bool("like-ledger", false, "limit data to these -like-* rather than zoom to these -like-*")