Skip to content

Commit d54da10

Browse files
committed
add .tables to CLI_COMMANDS in _completer.py
1 parent ce129af commit d54da10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/sqlite3/_completer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
except ImportError:
66
SQLITE_KEYWORDS = ()
77

8-
CLI_COMMANDS = ('.quit', '.help', '.version')
8+
CLI_COMMANDS = ('.quit', '.help', '.version', '.tables')
99

1010
_completion_matches = []
1111

0 commit comments

Comments
 (0)