Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR reorganizes command-line options in the ioping utility to improve maintainability and readability. The changes reorder both the short options string and the long options array alphabetically.
- Reordered the options string to alphabetical order by short option flag
- Reorganized the long_options array to be alphabetically sorted by long option name
- Updated the usage help text to maintain logical grouping while reflecting the new ordering
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
There was a problem hiding this comment.
Pull Request Overview
Copilot reviewed 1 out of 1 changed files in this pull request and generated 1 comment.
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
There was a problem hiding this comment.
Pull Request Overview
Copilot reviewed 1 out of 1 changed files in this pull request and generated 2 comments.
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
No description provided.