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

Allow help command even when not connected to a database. #23

Closed amjith closed 5 years ago

amjith commented 5 years ago

Fixes #11

codecov-io commented 5 years ago

Codecov Report

Merging #23 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #23   +/-   ##
=======================================
  Coverage   57.79%   57.79%           
=======================================
  Files          22       22           
  Lines        1412     1412           
=======================================
  Hits          816      816           
  Misses        596      596
Impacted Files Coverage Δ
litecli/sqlexecute.py 60.52% <ø> (ø) :arrow_up:

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 9bc9452...3c345af. Read the comment docs.

codecov-io commented 5 years ago

Codecov Report

Merging #23 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #23   +/-   ##
=======================================
  Coverage   57.79%   57.79%           
=======================================
  Files          22       22           
  Lines        1412     1412           
=======================================
  Hits          816      816           
  Misses        596      596
Impacted Files Coverage Δ
litecli/sqlexecute.py 60.52% <ø> (ø) :arrow_up:

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 9bc9452...3c345af. Read the comment docs.

j-bennet commented 5 years ago

It works!