feat: v1.9.17
This commit is contained in:
@@ -63,7 +63,7 @@ pub struct CmdConfig {
|
||||
}
|
||||
|
||||
pub fn config(cmd_config: CmdConfig) -> XResult<()> {
|
||||
let config = TinyEncryptConfig::load_default()?;
|
||||
let config = TinyEncryptConfig::load_default(&None)?;
|
||||
|
||||
if cmd_config.json {
|
||||
let mut config = config;
|
||||
|
||||
Reference in New Issue
Block a user