summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRobert Griebl <robert.griebl@qt.io>2023-03-22 15:38:30 +0100
committerRobert Griebl <robert.griebl@qt.io>2023-03-23 14:08:00 +0100
commit6cc5230fd783802159aa3ca94c74b7ee1b27203a (patch)
treecccf37758beb6c93d2b4f584eeb8faf4b98f02b3 /doc
parent0ae6d0a3637075fe8005361177eae3142eee0a77 (diff)
downloadqtapplicationmanager-6cc5230fd783802159aa3ca94c74b7ee1b27203a.tar.gz
Make it possible to specify directories to read config files from
This extends the existing -c/--config-file option to also accept directories, effectively expanding the argument to all *.yaml files in the given directory. Change-Id: I83f197e8f67ba363bf27b0f511c7821402bb7033 Pick-to: 5.15 6.5 Reviewed-by: Bernd Weimer <bernd.weimer@qt.io>
Diffstat (limited to 'doc')
-rw-r--r--doc/configuration.qdoc3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/configuration.qdoc b/doc/configuration.qdoc
index 495794c6..40099c88 100644
--- a/doc/configuration.qdoc
+++ b/doc/configuration.qdoc
@@ -110,6 +110,9 @@ ui:
The application manager saves the result of parsing and evaluating all the
configuration files into a cache. This cache is loaded on subsequent starts, if the
exact set of config files is used, unchanged.
+
+ In case the given argument is a directory, all files with a \c{.yaml} extension will be
+ loaded from that directory in alphabetical order (ASCII sort order, non-recursive).
\row
\li \b --no-cache
\li bool