Upadte main.go for better Experience and Enhancements#3
Open
daxprocoder wants to merge 4 commits intorudyrdx:mainfrom
Open
Upadte main.go for better Experience and Enhancements#3daxprocoder wants to merge 4 commits intorudyrdx:mainfrom
daxprocoder wants to merge 4 commits intorudyrdx:mainfrom
Conversation
In this update, the add command was modified to allow adding multiple pages in a loop, making it easier to add several pages at once. Additionally, the help command was implemented, providing users with a clear overview of all available commands in the static tool. The setup command was enhanced to prompt users interactively for the project name, description, and author during setup. A loading bar with a tick box was added to visually indicate the progress during the project setup. Furthermore, the user interaction was improved with clear prompts and feedback messages, and input validations were added for fields such as project name, description, and author to ensure correct inputs.
rudyrdx
requested changes
Dec 17, 2024
Owner
rudyrdx
left a comment
There was a problem hiding this comment.
Hi rather than putting all the code inside of the main.go file, can you create another folder inside the CMD dir and create a package for it?
Contributor
Author
That's a great suggestion. I'll create a new folder inside the cmd directory and structure the code as a separate package. |
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.
Summary of Changes:
Implemented help Command:
Enhanced setup Command:
Improved User Interaction: