Add --generate-master-key CLI option

This commit is contained in:
Louis Dureuil 2022-12-22 11:58:04 +01:00
parent 57e851d8a9
commit 3cba476a9f
No known key found for this signature in database
3 changed files with 14 additions and 0 deletions

View file

@ -277,6 +277,7 @@ impl From<Opt> for Infos {
indexer_options,
scheduler_options,
config_file_path,
generate_master_key: _,
#[cfg(all(not(debug_assertions), feature = "analytics"))]
no_analytics: _,
} = options;