Skip to content

fix command line arguments for note diagnostics#19

Merged
ehwan merged 7 commits into
mainfrom
buildscript_option
Aug 5, 2025
Merged

fix command line arguments for note diagnostics#19
ehwan merged 7 commits into
mainfrom
buildscript_option

Conversation

@ehwan

@ehwan ehwan commented Aug 5, 2025

Copy link
Copy Markdown
Owner

No description provided.

@ehwan
ehwan requested a review from Copilot August 5, 2025 14:21

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull Request Overview

This PR refactors the command line argument handling for note diagnostics by changing from positive verbose flags to negative no-flag options and updating the underlying builder methods to accept boolean values instead of just enabling options.

  • Replaced verbose flags with no-flags (e.g., --verbose-conflict becomes --no-conflict)
  • Updated builder methods to accept boolean parameters for more flexible control
  • Improved documentation strings with better capitalization and clarity

Reviewed Changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 3 comments.

File Description
rusty_lr_executable/src/main.rs Updated to use new no-flag arguments and boolean builder methods
rusty_lr_executable/src/arg.rs Renamed verbose flags to no-flags and improved documentation
rusty_lr_buildscript/src/lib.rs Refactored builder methods to accept boolean values and renamed internal fields

Comment thread rusty_lr_executable/src/arg.rs Outdated
Comment thread rusty_lr_buildscript/src/lib.rs Outdated
Comment thread rusty_lr_buildscript/src/lib.rs Outdated
ehwan and others added 3 commits August 5, 2025 23:23
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@ehwan
ehwan merged commit 969a100 into main Aug 5, 2025
1 check passed
@ehwan
ehwan deleted the buildscript_option branch August 5, 2025 14:26
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