Skip to main content

execute_parsed_command

Function execute_parsed_command 

async fn execute_parsed_command<W: WindowsApi + Clone + 'static, T: Entrypoint, A: ArgsCommand, O: Output, C: ConfigManager + 'static>(
    windows_api: &W,
    parsed_args: Args,
    entrypoint: &mut T,
    args_command: &A,
    output: &mut O,
    config_manager: &C,
    config: &Config,
    config_path: &str,
)
Expand description

Execute the interactively entered command, rejecting any subcommand.

Interactive mode accepts only cssh options and positional arguments.