private static CommandLineBuilder DisablePosixBinding(this CommandLineBuilder builder) { builder.EnablePosixBundling(false); return(builder); }