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.
1 parent fd6da34 commit 952d9acCopy full SHA for 952d9ac
bin/cli.py
@@ -226,7 +226,7 @@ def bash(self,):
226
return
227
fi
228
229
- # from: https://stackoverflow.com/a/58221008/1033422
+
230
231
declare -A MODULE_COLUMNS=(
232
{% for module_name in modules %}
@@ -247,7 +247,7 @@ def bash(self,):
247
248
249
250
- # FIXME: https://unix.stackexchange.com/questions/124539/bash-completion-for-comma-separated-values
251
252
# '--columns' was the last word and user is entering column names
253
if [[ "${COMP_WORDS[3]}" == "--columns"* && ${#COMP_WORDS[@]} -le 5 ]];
0 commit comments