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

Command-line startup options #18

Open
krestenlaust opened this issue Feb 24, 2023 · 0 comments · Fixed by #22 or #23
Open

Command-line startup options #18

krestenlaust opened this issue Feb 24, 2023 · 0 comments · Fixed by #22 or #23
Labels
enhancement New feature or request robustness An issue that relates to making the program more sturdy and robust

Comments

@krestenlaust
Copy link
Owner

krestenlaust commented Feb 24, 2023

Add command-line options for various actions, this would allow faster testing by starting up the projects with arguments.

Server:

  • Option to host a server immediately on startup ✔ (--listen, -l)
  • Option to accept first connection (Possibly a bad idea from a security standpoint)
  • Option to auto-accept connection from specific endpoint
  • Option to move window to specific window location
  • Option to decide size of window on startup

Client:

  • Option to connect to specific endpoint on startup ✔ (--connect, -c)

Both:

  • Add documentation in readme
@krestenlaust krestenlaust added enhancement New feature or request robustness An issue that relates to making the program more sturdy and robust labels Feb 24, 2023
@krestenlaust krestenlaust reopened this Feb 26, 2023
@krestenlaust krestenlaust linked a pull request Feb 26, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request robustness An issue that relates to making the program more sturdy and robust
Projects
None yet
1 participant