increase command flexibility
This commit is contained in:
@@ -6,7 +6,7 @@ use std::str::FromStr;
|
||||
use std::{env, thread};
|
||||
|
||||
/// Set up the logger with a given package name
|
||||
///
|
||||
///
|
||||
/// # Errors
|
||||
/// If an error occurred while trying to set up the logger
|
||||
pub fn setup_logger(package_name: &'static str) -> Result<()> {
|
||||
|
||||
Reference in New Issue
Block a user