Skip to content

Commit

Permalink
shells zsh added comment
Browse files Browse the repository at this point in the history
  • Loading branch information
silverqx committed Sep 9, 2024
1 parent 545420b commit 4050631
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tools/completions/tom.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@ __tom_about_sections() {
__tom_connections() {
local -a connections
local -a lines
# The documentation for the _values ​​completer function states that these variables should be
# declared locally by the function that calls this _values completer
local context state state_descr line
typeset -A val_args

[[ -d database/migrations && -f main.cpp ]] || return

Expand Down

0 comments on commit 4050631

Please sign in to comment.