dbcli / litecli

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

Fix the broken completion for special commands starting with dot. #20

Closed amjith closed 5 years ago

amjith commented 5 years ago

Fixes #13

codecov-io commented 5 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (master@59fe0e2). Click here to learn what that means. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master      #20   +/-   ##
=========================================
  Coverage          ?   59.85%           
=========================================
  Files             ?       22           
  Lines             ?     1355           
  Branches          ?        0           
=========================================
  Hits              ?      811           
  Misses            ?      544           
  Partials          ?        0
Impacted Files Coverage Δ
litecli/packages/special/dbcommands.py 22.22% <ø> (ø)
litecli/sqlcompleter.py 81.95% <100%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 59fe0e2...68499df. Read the comment docs.