add tab completion to db_import

git-svn-id: file:///home/svn/framework3/trunk@9360 4d416f70-5f16-0410-b530-b9f4589650da
unstable
James Lee 2010-05-24 23:38:45 +00:00
parent 8b9eb25664
commit 7b7e2f6e0c
1 changed files with 4 additions and 0 deletions

View File

@ -873,6 +873,10 @@ class Db
false
end
def cmd_db_import_tabs(str, words)
tab_complete_filenames(str, words)
end
#
# Generic import that automatically detects the file type
#