Skip to content
Snippets Groups Projects
Commit 04eb9226 authored by ulif's avatar ulif
Browse files

Pass options to `get_passphrase()`.

We now use an `argparser` options instance for get_passphrase
instead of a bunch of single args. This makes the main function
`get_passphrase` less readable (you do not see immediately what
options are really expected), but avoids misleading defaults. We
now use the defaults set in argparser options, i.e. from
`handle_options()` as single source of defaults.
parent 0fcef43b
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment