lewoudar / ws

The simplest websocket cli
https://pyws.readthedocs.io/en/latest/
Apache License 2.0
58 stars 1 forks source link

Enhance session command #5

Closed lewoudar closed 2 years ago

lewoudar commented 2 years ago

Enhance session command with prompt_toolkit

codecov[bot] commented 2 years ago

Codecov Report

Merging #5 (79771a0) into main (0948258) will not change coverage. The diff coverage is 100.00%.

@@            Coverage Diff            @@
##              main        #5   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           19        20    +1     
  Lines          822       841   +19     
=========================================
+ Hits           822       841   +19     
Impacted Files Coverage Δ
ws/commands/session.py 100.00% <100.00%> (ø)
ws/commands/tail.py 100.00% <100.00%> (ø)
ws/main.py 100.00% <100.00%> (ø)
ws/utils/io.py 100.00% <100.00%> (ø)
ws/utils/lexer.py 100.00% <100.00%> (ø)

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 0948258...79771a0. Read the comment docs.