feat: Ability to enter password via stdin add&edit #15

Merged
awiteb merged 4 commits from awiteb/fix-6 into master 2024-04-25 00:27:56 +02:00 AGit

4 commits

Author SHA1 Message Date
b4b467bdfc
chore: Fix lints errors
All checks were successful
Rust CI / Rust CI (pull_request) Successful in 1m15s
2024-04-25 01:25:11 +03:00
cf5dca2111
feat: Make the password value optional in edit command
Some checks failed
Check PR title / check_pr_title (pull_request) Successful in 3s
Rust CI / Rust CI (pull_request) Failing after 1m18s
This will prompt the user for the password in the stdin

Related-to: awiteb/lprs#6
Issue-Tracker: https://git.4rs.nl/awiteb/lprs/issues
2024-04-25 01:06:33 +03:00
c0bba24cdf
feat: Make the password value optional in add command
This will prompt the user for the password in the stdin

Related-to: awiteb/lprs#6
Issue-Tracker: https://git.4rs.nl/awiteb/lprs/issues
2024-04-25 01:06:12 +03:00
6666a88cc5
chore: Change from &self to self for RunCommand::run 2024-04-24 23:11:45 +03:00