Salome HOME
update doc and completion for config command nct/check_native
authorcrouzet <nicolas.crouzet@cea.fr>
Fri, 6 Mar 2020 11:11:34 +0000 (12:11 +0100)
committercrouzet <nicolas.crouzet@cea.fr>
Fri, 6 Mar 2020 11:11:34 +0000 (12:11 +0100)
complete_sat.sh
doc/src/commands/config.rst

index 5e68e4259e78d28960ddf2b473e4327e90fe437c..4c65d01eeb57fa587c7d3b2d9333c9268d213499 100755 (executable)
@@ -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        
             ;;
index ffcfdf963867ceb996768c172d212c7970546d37..d87e0c39a31ae44baa39f2145376d004387f5713 100644 (file)
@@ -23,6 +23,10 @@ Usage
 
     sat config <application> --edit
 
+* Check the system dependencies (if any) used by the application: ::
+
+    sat config <application> --check_system
+
 * Copy an application configuration file into the user personal directory: ::
   
     sat config <application> --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