Files
go-template/Justfile
2026-03-16 19:59:07 +03:00

6 lines
70 B
Makefile

m cmd *ARGS:
go run ./cmd/migrate {{cmd}} {{ARGS}}
dev:
go run .