container: completion.bash: set xtrace if debug enabled

This commit is contained in:
2024-08-13 00:34:42 -07:00
parent e9e2ed6d88
commit 744181776f

View File

@@ -17,6 +17,7 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <https://www.gnu.org/licenses/>.
[ "$DOCKER_FINANCE_DEBUG" == true ] && set -xv
[ -z "$DOCKER_FINANCE_CONTAINER_FLOW" ] && exit 1
function docker-finance::completion()