4 writes to EnablePosixBundling
dotnet (1)
Parser.cs (1)
227EnablePosixBundling = false,
dotnet-watch (1)
CommandLine\CommandLineOptions.cs (1)
27EnablePosixBundling = false,
Microsoft.DotNet.Cli.Utils (1)
MSBuildArgs.cs (1)
95EnablePosixBundling = false
Microsoft.TemplateEngine.Cli (1)
Commands\ParserFactory.cs (1)
13EnablePosixBundling = false,
3 references to EnablePosixBundling
System.CommandLine (3)
ParserConfiguration.cs (2)
18/// POSIX conventions recommend that single-character options be allowed to be specified together after a single <c>-</c> prefix. When <see cref="EnablePosixBundling"/> is set to <see langword="true"/>, the following command lines are equivalent: 25/// If an argument is provided after an option bundle, it applies to the last option in the bundle. When <see cref="EnablePosixBundling"/> is set to <see langword="true"/>, all of the following command lines are equivalent:
Parsing\StringExtensions.cs (1)
174else if (!configuration.EnablePosixBundling ||