WIP: 0.3.0 #5

Draft
shimun wants to merge 34 commits from 0.3.0 into master
Showing only changes of commit ab23fe5ac9 - Show all commits

View File

@ -104,7 +104,10 @@ pub struct LuksParameters {
pub slot: Option<u32>,
/// Disable implicit use of LUKS2 tokens
#[structopt(long = "disable-token", env = "FIDO2LUKS_DISABLE_TOKEN")]
#[structopt(
long = "disable-token",
// env = "FIDO2LUKS_DISABLE_TOKEN" // unfortunately clap will convert flags into args if they have an env attribute
)]
pub disable_token: bool,
}