We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
set -x
set -v
1 parent 17da351 commit bf22c91Copy full SHA for bf22c91
README.md
@@ -73,10 +73,10 @@ fi
73
74
If you find that a given function is producing errors or does not work
75
as it should under certain circumstances when you attempt completion,
76
-try running `set -v` or `set -x` prior to attempting the completion
+try running `set -x` or `set -v` prior to attempting the completion
77
again. This will produce useful debugging output that will aid us in
78
fixing the problem if you are unable to do so yourself. Turn off the
79
-trace output by running either `set +v` or `set +x`.
+trace output by running either `set +x` or `set +v`.
80
81
To debug dynamic loading of a completion, tracing needs to be turned
82
on before the debugged completion is attempted the first time. The
0 commit comments