Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix/check domain for verbose debug #2026

Open
wants to merge 3 commits into
base: stable
Choose a base branch
from

Conversation

noob6t5
Copy link

@noob6t5 noob6t5 commented Nov 24, 2024

Added Validation for -d (debug) and -v (verbose) Flag W

In this PR i have Implemented a check to ensure that if the -d and -v flag is used without the -t flag (target), the program displays an error message and shows the help section.

This enhancement ensures that users are informed about the missing -t argument when using the -d and -v flag.

Before Changes :

beforecheck

bef

After Changes Clean Terminal with help usage:

afterchag

@noob6t5
Copy link
Author

noob6t5 commented Nov 24, 2024

Help Message can be updated to make it more user friendly. 😃

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.

1 participant