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

move to clap from structopt (resolved issue #213) #248

Merged

Conversation

tkhshtsh0917
Copy link
Contributor

@tkhshtsh0917 tkhshtsh0917 commented May 25, 2024

Hi!
As my first contribution to this awesome project, I tried to resolving #213 !
If there is anything I have not done, please leave a comment ;)

changes

  • dependencies
    • add clap
    • remove structopt
  • migration
    • sudachi main command
    • sudachi build sub command
    • sudachi ubuild sub command
    • sudachi dump sub command
  • documentation
    • update README.md
    • update README.ja.md

@tkhshtsh0917 tkhshtsh0917 changed the title refactor: migrate to clap from structopt () move to clap from structopt (resolved issue #213) May 25, 2024
@mh-northlander mh-northlander self-requested a review May 29, 2024 01:33
@mh-northlander mh-northlander linked an issue May 29, 2024 that may be closed by this pull request
@mh-northlander mh-northlander merged commit 7144356 into WorksApplications:develop May 29, 2024
8 checks passed
@tkhshtsh0917 tkhshtsh0917 deleted the refactor/move-to-clap branch May 29, 2024 04:39
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.

Move to clap 3.* from structopt for argument parsing
2 participants