From: crouzet Date: Fri, 6 Mar 2020 11:11:34 +0000 (+0100) Subject: update doc and completion for config command X-Git-Tag: 5.6.0~23^2 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=refs%2Fheads%2Fnct%2Fcheck_native;p=tools%2Fsat.git update doc and completion for config command --- diff --git a/complete_sat.sh b/complete_sat.sh index 5e68e42..4c65d01 100755 --- a/complete_sat.sh +++ b/complete_sat.sh @@ -157,7 +157,7 @@ _salomeTools_complete() # show argument for each command case "${command}" in config) - opts="--value --list --copy --edit --no_label --info --show_patchs --show_install" + opts="--value --list --copy --edit --no_label --info --check_system --show_patchs --show_install --show_properties" COMPREPLY=( $(compgen -W "${opts}" -- ${cur}) ) return 0 ;; diff --git a/doc/src/commands/config.rst b/doc/src/commands/config.rst index ffcfdf9..d87e0c3 100644 --- a/doc/src/commands/config.rst +++ b/doc/src/commands/config.rst @@ -23,6 +23,10 @@ Usage sat config --edit +* Check the system dependencies (if any) used by the application: :: + + sat config --check_system + * Copy an application configuration file into the user personal directory: :: sat config --copy [new_name] @@ -63,6 +67,10 @@ Usage sat config SALOME-xx --show_patchs +* Print the properties available for an application: :: + + sat config SALOME-xx show_properties + * Get information on a product configuration: .. code-block:: bash