From 58efc7db3758c1e68740febf484dbe03b2141467 Mon Sep 17 00:00:00 2001 From: hugues de keyzer Date: Wed, 10 Apr 2024 15:32:29 +0200 Subject: [PATCH] add news fragment for new cli options --- newsfragments/add-config-file-cli-option.feature | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 newsfragments/add-config-file-cli-option.feature diff --git a/newsfragments/add-config-file-cli-option.feature b/newsfragments/add-config-file-cli-option.feature new file mode 100644 index 0000000..88271fb --- /dev/null +++ b/newsfragments/add-config-file-cli-option.feature @@ -0,0 +1,3 @@ +Add ``--config-file`` and ``--modules-file`` CLI options. This allows to use +different files than the default ones. This is useful when using the same +environment for different databases.