Skip to content

Develop#39

Merged
Jamalludeen merged 5 commits into
mainfrom
develop
May 30, 2026
Merged

Develop#39
Jamalludeen merged 5 commits into
mainfrom
develop

Conversation

@Jamalludeen

Copy link
Copy Markdown
Owner

No description provided.

@Jamalludeen Jamalludeen self-assigned this May 30, 2026
Copilot AI review requested due to automatic review settings May 30, 2026 17:39

@Jamalludeen Jamalludeen left a comment

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

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

Public exports are documented.

@Jamalludeen Jamalludeen left a comment

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

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

Launcher entry-points clarified in README/doc file.

Copilot AI left a comment

Copy link
Copy Markdown

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 improves user-facing guidance and small UX details in the Tkinter launcher by aligning the GUI help text with documented CLI/test-runner flags and by making the “Copy License” action clearer and more reusable.

Changes:

  • Documented that the GUI help dialog surfaces the --version and targeted run_tests.py --pattern=... flags.
  • Refactored the “Copy License” button to call a dedicated handler method.
  • Added lightweight module/function docstrings and clarified argparse program name.

Reviewed changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.

File Description
README.md Notes that the GUI help dialog references version and targeted test-run flags.
portscanner/gui.py Adds a copy_license_to_clipboard handler and updates help text with the test pattern flag.
portscanner/init.py Adds a module docstring and a small clarifying comment near exports.
main.py Adds a launcher docstring and sets argparse prog for clearer help output.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread portscanner/gui.py
Comment on lines +698 to +701
def copy_license_to_clipboard(self):
self.root.clipboard_clear()
self.root.clipboard_append("MIT License - see LICENSE file")
self.root.update_idletasks()
@Jamalludeen Jamalludeen merged commit 37977b4 into main May 30, 2026
1 of 9 checks passed
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