Skip to content

Commit 952d9ac

Browse files
authored
Update cli.py
1 parent fd6da34 commit 952d9ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bin/cli.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ def bash(self,):
226226
return
227227
fi
228228
229-
# from: https://stackoverflow.com/a/58221008/1033422
229+
230230
231231
declare -A MODULE_COLUMNS=(
232232
{% for module_name in modules %}
@@ -247,7 +247,7 @@ def bash(self,):
247247
return
248248
fi
249249
250-
# FIXME: https://unix.stackexchange.com/questions/124539/bash-completion-for-comma-separated-values
250+
251251
252252
# '--columns' was the last word and user is entering column names
253253
if [[ "${COMP_WORDS[3]}" == "--columns"* && ${#COMP_WORDS[@]} -le 5 ]];

0 commit comments

Comments
 (0)