bootspec-secureboot
bootspec-secureboot copied to clipboard
Error out if any paths don't exist
This is especially important in the installer, where e.g. signing information being unavailable is Not Good. I wonder if there's a "validate" function we can use with clap's derive macro to make it do this for all PathBuf args.