Switched to using cobra for better cli support

This commit is contained in:
2026-05-31 17:04:39 -05:00
parent 2e00798d2d
commit 9b665d2df6
5 changed files with 49 additions and 16 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ help:
@echo " make clean - Remove built artifacts"
run:
go run $(CMD_DIR) -config $(CONFIG)
go run $(CMD_DIR) --config $(CONFIG)
build:
mkdir -p $(BIN_DIR)