mirror of
https://github.com/octoleo/restic.git
synced 2025-02-14 01:30:22 +00:00
Instead of determining the password lazily during ReadPassword(), do so now in cobra.PersistentPreRunE() so we can store the result in the globalOptions and reuse/override when applicable without having to worry about the environment or flag options interfering.