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

[Qualify of Life] Rewrite the debug server to make use of structopt instead #117

Closed
Raytwo opened this issue Aug 19, 2021 · 1 comment
Closed
Labels
enhancement New feature or request

Comments

@Raytwo
Copy link
Owner

Raytwo commented Aug 19, 2021

QoL suggestion

Is your suggestion related to a usage problem? Please explain.

The debug server and its client use a custom made argument parser for the moment, and discrepancies can happen because of it, as you need to maintain all of it manually without a simpler system to do the heavy lifting.

How could we make this better?

Make use of the structopt crate to make the code more readable and simpler to maintain, and provide a good CLI interface

Is there an alternative way of doing things you'd like to suggest?

Using another crate, I suppose? Don't really know of a better one though.

Additional information

Related to arcropolis-server

@Raytwo Raytwo added the enhancement New feature or request label Aug 19, 2021
@Raytwo
Copy link
Owner Author

Raytwo commented Nov 17, 2021

Duplicate of #141

@Raytwo Raytwo marked this as a duplicate of #141 Nov 17, 2021
@Raytwo Raytwo closed this as completed Nov 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant