execute_parsed_command

Function execute_parsed_command 

async fn execute_parsed_command<W: WindowsApi + Clone + 'static, T: Entrypoint, A: ArgsCommand, L: LoggerInitializer>(
    windows_api: &W,
    parsed_args: Args,
    entrypoint: &mut T,
    args_command: &A,
    logger_initializer: &L,
    config: &Config,
    config_path: &str,
)
Expand description

Execute a parsed command using the provided entrypoint