From 39aa6390dd66faa35ab90e88eebad85deb9a34bf Mon Sep 17 00:00:00 2001 From: crouzet Date: Fri, 6 Mar 2020 12:11:34 +0100 Subject: [PATCH] update doc and completion for config command --- complete_sat.sh | 2 +- doc/src/commands/config.rst | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) 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 -- 2.39.2