dbcli / litecli

CLI for SQLite Databases with auto-completion and syntax highlighting
https://litecli.com
BSD 3-Clause "New" or "Revised" License
2.12k stars 68 forks source link

No output on launch #78

Open mspreij opened 4 years ago

mspreij commented 4 years ago

Installed it on gitbash using python/pip (which I know very little about but I didn't spot any errors in the output), and it has created the exe /Python27/Scripts/litecli.exe, but when I start it, it doesn't show any output at all. --help works. But litecli newdb.db or litecli existingdb.db just shows a blinking cursor underneath the prompt. Amusingly, I can move the cursor all over the screen using the cursor keys, I assume this shows something-ncurses'y has started :-) Are there logs I can look at or a verbose mode, or ..?

PS. if I do litecli -l foo.txt somefile.db it does create foo.txt, but it remains empty.