Improvements to Menu Usage and Navigation#67
Merged
Martinski4GitHub merged 10 commits intomasterfrom Dec 13, 2025
Merged
Conversation
Significant changes to the top main menu. All the group of options were separated and placed into their own sub-menus for improved navigation, better handling, and a more user-friendly experience. Functionality-wise, each feature should have no difference in operation.
Restructured Top CLI Main Menu
Further Improvements when navigating menu options for WireGuard and OpenVPN servers and clients.
More Menu Improvements
Bumps the all-actions group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 6.0.0 to 6.0.1 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v6.0.0...v6.0.1) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-actions ... Signed-off-by: dependabot[bot] <support@github.com>
…p/all-actions-2507bcfa80 Bump actions/checkout from 6.0.0 to 6.0.1 in the all-actions group
Made some simple navigation improvements for the top Main Menu.
Menu Navigation Improvements
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.
Modified the CLI Main Menu to separate groups of options and settings into their own sub-menus.
This is an effort to make the top Main Menu shorter, more manageable, and more user-friendly, and to improve menu navigation as it had gotten very cluttered, busy, and excessively long, which made it unable to be displayed in one screenful, especially when using small screen displays.