4 writes to EnablePosixBundling
dotnet (1)
Parser.cs (1)
227
EnablePosixBundling
= false,
dotnet-watch (1)
CommandLine\CommandLineOptions.cs (1)
27
EnablePosixBundling
= false,
Microsoft.DotNet.Cli.Utils (1)
MSBuildArgs.cs (1)
95
EnablePosixBundling
= false
Microsoft.TemplateEngine.Cli (1)
Commands\ParserFactory.cs (1)
13
EnablePosixBundling
= 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)
174
else if (!configuration.
EnablePosixBundling
||