Skip to content
Snippets Groups Projects
  • ulif's avatar
    04eb9226
    Pass options to `get_passphrase()`. · 04eb9226
    ulif authored
    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.
    04eb9226
    History
    Pass options to `get_passphrase()`.
    ulif authored
    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.