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

Problem: Replace Docopt crate with clap to avoid some significant bugs #105

Closed
chenyanming opened this issue Sep 27, 2021 · 2 comments
Closed

Comments

@chenyanming
Copy link
Contributor

Is your feature request related to a problem? Please describe.
Docopt is in a status of UNMAINTAINED.

This crate has some significant bugs. The two biggest ones are the lack of OsStr support and some severe performance problems in not-uncommon edge cases.

Describe the solution you'd like
Replace the Docopt with Clap.

Describe alternatives you've considered
NA

Additional context
NA

@chenyanming
Copy link
Contributor Author

It is also related to #100, which is likely to add a new command line option --relayer.

@chenyanming
Copy link
Contributor Author

gorc is a new binary which replace orchestrator. And gorc uses abscissa to replace Docopt. So this issue is closed.

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