fix: Convert options from - to -- where it makes sense#329
Merged
alichtman merged 2 commits intoalichtman:mainfrom Aug 24, 2023
BreakingPitt:fix_issue_#328
Merged
fix: Convert options from - to -- where it makes sense#329alichtman merged 2 commits intoalichtman:mainfrom BreakingPitt:fix_issue_#328
alichtman merged 2 commits intoalichtman:mainfrom
BreakingPitt:fix_issue_#328
Conversation
Contributor
Author
|
@alichtman It's there a way to know what's happening with the Codacy State Code Analysis stage? |
Owner
Yeah, I'll check it out soon. Thanks for the PR! Looks good at first glance, but I need to look at it on my computer. Hard to actually review code on my phone 😂 |
Contributor
Author
|
Sure, no need to review it your phone! xD xD xD |
alichtman
approved these changes
Aug 24, 2023
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fix: Convert options from - to -- where it makes sense
This pull request addresses an improvement in the command-line options for enhanced readability and alignment with conventions. The changes focus on converting short options (prefixed with
-) to more descriptive long options (prefixed with--) where it makes sense.Changes included in this pull request:
This enhancement simplifies the command-line interface and makes it more user-friendly.
Please review the changes and provide feedback.
Closes #328