mirror of
https://github.com/silverqx/TinyORM.git
synced 2026-05-07 17:19:37 -05:00
tom bash completion updated comment
This commit is contained in:
@@ -118,7 +118,7 @@ _tom()
|
||||
local tom_command i
|
||||
for ((i = 1; i < ${#words[@]}; i++)); do
|
||||
if [[ ${words[i]} != -* ]]; then
|
||||
# Command found but is actually completing now
|
||||
# Command is considered found only if isn't currently completing
|
||||
if [[ $i -ne $cword ]]; then
|
||||
tom_command=${words[i]}
|
||||
fi
|
||||
|
||||
@@ -73,7 +73,7 @@ _tom()
|
||||
local tom_command i
|
||||
for ((i = 1; i < ${#words[@]}; i++)); do
|
||||
if [[ ${words[i]} != -* ]]; then
|
||||
# Command found but is actually completing now
|
||||
# Command is considered found only if isn't currently completing
|
||||
if [[ $i -ne $cword ]]; then
|
||||
tom_command=${words[i]}
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user