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

MVP feature :: CLI switch parsing #6

Closed
chux0r opened this issue Aug 20, 2023 · 3 comments
Closed

MVP feature :: CLI switch parsing #6

chux0r opened this issue Aug 20, 2023 · 3 comments
Assignees

Comments

@chux0r
Copy link
Owner

chux0r commented Aug 20, 2023

Build and test a method to be used on the CLI that will parse CLI switches given between argv[0] and argv[last] (target IP/hostname(s))

@chux0r chux0r added the blocking Blocks progress on another task or initiative label Aug 21, 2023
@chux0r chux0r self-assigned this Aug 21, 2023
@chux0r
Copy link
Owner Author

chux0r commented Aug 27, 2023

Added init() and in t, flag parsing for --help, --lists, and --ports. See d4a9048

@chux0r
Copy link
Owner Author

chux0r commented Aug 27, 2023

Still need:

  1. Plumb up DNS check with setCustomResolver()
  2. Plumb up os.Args -> target to struct target Addr
  3. finish flags with placeholder hooks for activity, proto, and dryrun

@chux0r chux0r added paused In progress, but acxshually, kinda not... and removed blocking Blocks progress on another task or initiative labels Aug 27, 2023
@chux0r chux0r removed the paused In progress, but acxshually, kinda not... label Dec 12, 2023
@chux0r
Copy link
Owner Author

chux0r commented Dec 12, 2023

args parser in. Not all args envisioned are active. MVP functionality is DONE

@chux0r chux0r closed this as completed Dec 12, 2023
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

No branches or pull requests

1 participant