open: Call logging binary found from configuration

This commit is contained in:
George Kaklamanos 2023-11-30 20:56:09 +02:00
parent 3938e5c0c8
commit 30525d4408
No known key found for this signature in database
GPG key ID: C0CAB8A6BDC9399D
4 changed files with 22 additions and 0 deletions

View file

@ -37,6 +37,7 @@ pub fn log(cli: &cli::Cli, config: ConfigBuilder<DefaultState>) -> Result<(), ()
cliargs.resource.clone(),
cliargs.method.clone(),
);
ret = Ok(());
}
};
}