Skip to content

Commit 2fbc54a

Browse files
committed
add .tables to CLI_COMMANDS in _completer.py
1 parent 288ac54 commit 2fbc54a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/sqlite3/_completer.py

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

9-
CLI_COMMANDS = ('.quit', '.help', '.version')
9+
CLI_COMMANDS = ('.quit', '.help', '.version', '.tables')
1010

1111
_completion_matches = []
1212

0 commit comments

Comments
 (0)