This commit is contained in:
Bel LaPointe
2023-10-25 09:43:27 -06:00
parent 49a77c5424
commit f436a6d046
2 changed files with 31 additions and 20 deletions

View File

@@ -1,4 +1,11 @@
#! /bin/bash
cd "$(dirname "$(realpath "$BASH_SOURCE")")"
go run . -http=:8080 -foo reg -like-after 1023-08 -group-date ^....-.. -group-name '^[^:]*:[^:]*' -like-name '(AssetAccount|Stock|Retirement)' macro.d/*
go run . -http=:8080 \
-foo reg \
-like-after 1023-08 \
-group-date ^....-.. \
-group-name '^[^:]*:[^:]*' \
-like-name '(AssetAccount|Retirement)' \
"$@" \
macro.d/*