Configuration options for CliInvoke.Specializations.Middleware.DefaultShellMiddleware and CliInvoke.Specializations.Middleware.PowerShellMiddleware.
public sealed class ShellMiddlewareOptions
Register an instance of this type in the dependency injection container to customise Shell wrapping behaviour. When no instance is registered, Default is used.
kind:method, kind:property, kind:ctor. Press Esc to clear.DefaultGets the default options instance with both flags set to false.UseShellExecutionGets or sets a value indicating whether to use shell execution semantics for the wrapped process.WindowCreationGets or sets a value indicating whether PowerShell should create a new window when launched.