From 275189c0c22bdf1af5fbb7fc6dc2239a15d531e4 Mon Sep 17 00:00:00 2001 From: Chris Greenshields Date: Sun, 28 Jul 2024 10:13:41 +0100 Subject: [PATCH] bash_completion: updated --- etc/config.sh/bash_completion | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/config.sh/bash_completion b/etc/config.sh/bash_completion index 4eb122bbb2..0852410b85 100644 --- a/etc/config.sh/bash_completion +++ b/etc/config.sh/bash_completion @@ -2984,7 +2984,7 @@ _snappyHexMeshConfig_ () local line=${COMP_LINE} local used=$(echo "$line" | grep -oE "\-[a-zA-Z]+ ") - opts="-baffles -bounds -cellZones -clearBoundary -cylindricalBackground -defaultPatch -doc -explicitFeatures -firstLayerThickness -help -inletRegions -insidePoint -layerExpansionRatio -layers -nCells -nCellsBetweenLevels -outletRegions -refineBackground -refinementBoxes -refinementDists -refinementLevel -refinementRegions -rotatingZones -srcDoc -surface -surfaceLevels -xMaxPatch -xMinPatch -yMaxPatch -yMinPatch -zMaxPatch -zMinPatch" + opts="-baffles -bounds -cellZones -clearBoundary -cylindricalBackground -defaultPatch -doc -explicitFeatures -firstLayerThickness -help -inletRegions -insidePoint -layerExpansionRatio -layers -nCells -nCellsBetweenLevels -noBackground -outletRegions -refineBackground -refinementBoxes -refinementDists -refinementLevel -refinementRegions -rotatingZones -srcDoc -surface -surfaceLevels -xMaxPatch -xMinPatch -yMaxPatch -yMinPatch -zMaxPatch -zMinPatch" for o in $used ; do opts="${opts/$o/}" ; done extra="" @@ -4362,7 +4362,7 @@ _foamCleanPath_ () local line=${COMP_LINE} local used=$(echo "$line" | grep -oE "\-[a-zA-Z]+ ") - opts="-help -strip" + opts="-help" for o in $used ; do opts="${opts/$o/}" ; done extra=""