pub fn launch_command(
    java_exec: String,
    minecraft_path: impl AsRef<Path>,
    jvm_args: Vec<String>,
    log_argument: Option<String>,
    main_class: String,
    game_args: Vec<String>
) -> Command
Expand description

Plugs every arguments together and creates the command