summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorArttu Tarkiainen <arttu.tarkiainen@qt.io>2020-05-12 16:38:33 +0300
committerArttu Tarkiainen <arttu.tarkiainen@qt.io>2020-05-15 13:29:24 +0300
commit382dfab67c491288db050ce377dec3b843f35447 (patch)
tree9404a5f778b342c1054e0220b397b732160c5e62 /doc
parentf1b4b60f3a4a89ece8e5b292077cdcfd09cc2f50 (diff)
Add support for disabling CLI features from configuration file
Task-number: QTIFW-1760 Change-Id: Ibd0668756700eeab68bce12ddce1866893cc08f9 Reviewed-by: Katja Marttila <katja.marttila@qt.io>
Diffstat (limited to 'doc')
-rw-r--r--doc/installerfw.qdoc5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/installerfw.qdoc b/doc/installerfw.qdoc
index 2edc2977b..0a6c7bfe4 100644
--- a/doc/installerfw.qdoc
+++ b/doc/installerfw.qdoc
@@ -290,6 +290,11 @@
\li Set to \c true if the installation should not ask users to run the authorization
fallback in case of authorization errors. Instead abort the installation immediately.
\row
+ \li DisableCommandLineInterface
+ \li Set to \c true if command line interface features should be disabled. This prevents
+ the user from passing any consumer command to installer, like \c install, \c update
+ and \c remove. Other options can still be used normally. Defaults to \c false.
+ \row
\li RepositorySettingsPageVisible
\li Set to \c false to hide the repository settings page inside the settings dialog.
\row