Skip to content

Implements --no-launch-profile-arguments dotnet-run option#45841

Merged
tmat merged 1 commit intodotnet:release/9.0.2xxfrom
tmat:NoArgs
Jan 9, 2025
Merged

Implements --no-launch-profile-arguments dotnet-run option#45841
tmat merged 1 commit intodotnet:release/9.0.2xxfrom
tmat:NoArgs

Conversation

@tmat
Copy link
Member

@tmat tmat commented Jan 9, 2025

Implements #45832

@ghost ghost added Area-CLI untriaged Request triage from a team member labels Jan 9, 2025
Description = LocalizableStrings.CommandOptionNoLaunchProfileDescription
};

public static readonly CliOption<bool> NoLaunchProfileArgumentsOption = new("--no-launch-profile-arguments")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: Add Arity = ArgumentArity.Zero to the object initializer for this option so that this is treated as a flag-only option.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will follow up.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Area-CLI untriaged Request triage from a team member

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants