Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Assign description text to Description property of CommandProperty #491

Merged

Conversation

doingnz
Copy link
Contributor

@doingnz doingnz commented Feb 21, 2024

@ctacke In a few places the description text was assigned to the Name property of the CommandParameter attribute. This PR changes them to assign to Description property.

Example: Meadow.CLI\Source\v2\Meadow.CLI\Commands\Current\App\AppBuildCommand.cs

    [CommandParameter(0, Name = "Path to project file", IsRequired = false)]
    public string? Path { get; init; }

In a few places the description text was assign to the Name property. Change to Description.
@ctacke ctacke merged commit abaa022 into WildernessLabs:develop Feb 21, 2024
1 check passed
@doingnz doingnz deleted the develop-fix-cli-name-description branch February 21, 2024 21:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants