add tab completion to db_import
git-svn-id: file:///home/svn/framework3/trunk@9360 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
8b9eb25664
commit
7b7e2f6e0c
|
@ -873,6 +873,10 @@ class Db
|
||||||
false
|
false
|
||||||
end
|
end
|
||||||
|
|
||||||
|
def cmd_db_import_tabs(str, words)
|
||||||
|
tab_complete_filenames(str, words)
|
||||||
|
end
|
||||||
|
|
||||||
#
|
#
|
||||||
# Generic import that automatically detects the file type
|
# Generic import that automatically detects the file type
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in New Issue