From a2ca927f186b236e0c857cb591bbdb349ceb30b1 Mon Sep 17 00:00:00 2001 From: sgr45 Date: Mon, 17 Feb 2025 13:29:58 +0545 Subject: [PATCH] add replace flag in documentation --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f69a81ce..dce75ec0 100644 --- a/README.md +++ b/README.md @@ -491,6 +491,7 @@ Flags: -t, --tag strings Struct tags to be included on your models in addition to json, yaml, toml --tag-ignore strings List of column names that should have tags values set to '-' (ignored during parsing) --templates strings A templates directory, overrides the embedded template folders in sqlboiler + --replace strings An array of templates file and the actual template file to be replaces --version Print the version --strict-verify-mod-version Prevent code generation, if project version of sqlboiler not match with executable --wipe Delete the output folder (rm -rf) before generation to ensure sanity