SonuBardai / lockbox

L🦀CKBOX: Lockbox is a command-line tool built in rust for generating and managing passwords. It uses strong encryption algorithms to securely store your passwords, so you can be sure that your data is safe.
https://crates.io/crates/lock_box
MIT License
21 stars 10 forks source link

Create a REPL for lockbox #46

Closed SonuBardai closed 1 year ago

SonuBardai commented 1 year ago

Creates a foundation for the REPL: https://github.com/SonuBardai/lockbox/issues/45

codecov-commenter commented 1 year ago

Codecov Report

Merging #46 (d90f31b) into main (5690bf2) will decrease coverage by 11.54%. The diff coverage is 0.40%.

:exclamation: Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

@@             Coverage Diff             @@
##             main      #46       +/-   ##
===========================================
- Coverage   52.78%   41.24%   -11.54%     
===========================================
  Files           7        8        +1     
  Lines         629      805      +176     
===========================================
  Hits          332      332               
- Misses        297      473      +176     
Files Changed Coverage Δ
src/cli/args.rs 87.50% <ø> (ø)
src/cli/commands.rs 0.00% <0.00%> (ø)
src/cli/io.rs 0.00% <0.00%> (ø)
src/main.rs 0.00% <0.00%> (ø)
src/repl/mod.rs 0.00% <0.00%> (ø)
src/store/mod.rs 74.46% <10.00%> (-1.62%) :arrow_down: