Skip to content

Commit

Permalink
cleanup of qr transient text
Browse files Browse the repository at this point in the history
  • Loading branch information
codesensei-courses committed Jan 19, 2025
1 parent 8137111 commit 33cc206
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions password-store-menu.el
Original file line number Diff line number Diff line change
Expand Up @@ -252,8 +252,7 @@ transient--read-number."
"Generate new password using transient."
:value `(nil nil nil ,(int-to-string password-store-password-length))
:incompatible '(("--in-place" "--force"))
[
("i" "In place" "--in-place")
[("i" "In place" "--in-place")
("f" "Force overwrite" "--force")
("n" "No symbols" "--no-symbols")
(password-store-menu-generate-length)
Expand Down Expand Up @@ -318,11 +317,11 @@ from ENTRY and return it."
"Generate qr codes for passwords using transient."
:value '("secret" "text")
:incompatible '(("secret" "field") ("text" "image"))
[["What to encode" ("s" "Encode secret" "secret")
("f" "Encode a field" "field")]
[["What to encode" ("s" "Secret" "secret")
("f" "Field" "field")]
["Output format" :if password-store-menu--qrencode-ext-available-p
("t" "Output text" "text")
("i" "Output image" "image")]]
("t" "Text" "text")
("i" "Image" "image")]]
[("q" "Create QR Code" password-store-menu--qr-dispatch)])


Expand Down

0 comments on commit 33cc206

Please sign in to comment.