preview draw.sh
This commit is contained in:
@@ -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-*")
|
||||
|
||||
Reference in New Issue
Block a user