Configuration for running a command.
public record CommandRunConfig(int Width = 80, int OptionWidth = 29) : IEquatable<CommandRunConfig>
kind:method, kind:property, kind:ctor. Press Esc to clear.CommandRunConfig(Int32, Int32)Configuration for running a command.ErrorGets or sets the error stream for the command.OptionWidthThe maximum width of the text for displaying the options.OutGets or sets the output stream for the command.ShowLicenseOnRunGets or sets a boolean indicating if the license should be displayed when running the command.WidthThe maximum width of the text for displaying the help message.