Git commit b0a0889e854870508c3552c17c7ee7c9de8da01a by Andrew Shark. Committed on 17/02/2024 at 14:09. Pushed by ashark into branch 'docbook_historied_per_file'.
Move --list-installed to kdesrc-build Original commit: 733b4924 https://invent.kde.org/sdk/kdesrc-build/-/commit/733b492414f2c1e49986106070f05cf68cd1a752 M +9 -0 doc/cmdline/supported-cmdline-params.docbook https://invent.kde.org/sdk/kdesrc-build/-/commit/b0a0889e854870508c3552c17c7ee7c9de8da01a diff --git a/doc/cmdline/supported-cmdline-params.docbook b/doc/cmdline/supported-cmdline-params.docbook index a6d1a9aa..fb02d2d3 100644 --- a/doc/cmdline/supported-cmdline-params.docbook +++ b/doc/cmdline/supported-cmdline-params.docbook @@ -350,6 +350,15 @@ kdepim: master </listitem> </varlistentry> +<varlistentry id="cmdline-list-installed"> +<term><option><link linkend="cmdline-list-installed">--list-installed</link></option></term> +<listitem> +<para> +Print installed modules and exit. This can be used to generate autocompletion for the --run option. +</para> +</listitem> +</varlistentry> + </variablelist> </sect2>
