We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 288ac54 commit 2fbc54aCopy full SHA for 2fbc54a
1 file changed
Lib/sqlite3/_completer.py
@@ -6,7 +6,7 @@
6
except ImportError:
7
SQLITE_KEYWORDS = ()
8
9
-CLI_COMMANDS = ('.quit', '.help', '.version')
+CLI_COMMANDS = ('.quit', '.help', '.version', '.tables')
10
11
_completion_matches = []
12
0 commit comments