-
Notifications
You must be signed in to change notification settings - Fork 69
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
Implement command structure for the CLI #136
Comments
I would like to work on this issue. |
Thanks @mhmohona! ☀️☀️ |
Here, for retrieving data, shall I do it from this folder - https://github.com/scribe-org/Scribe-Data/tree/main/language_data_export? |
Yes exactly, @mhmohona! The |
Terms
Description
This issue would implement a command structure for the CLI for Scribe-Data with the following commands:
--language
(-l
)--word-type
(-wt
)--output-file
(-of
)--output-tyle
(-ot
)--list-languages
(-ll
)--help
(-h
)--version
(-v
)--update
(-u
)Based on the discussion in the sync, I think that it makes sense for us to stick with argparse as it's already being used in the codebase :)
Note that this issue is solely for implementing the commands themselves, with individual issues for functionality following from there! Note further that we need to chat directory structure and where these commands are being defined. I'll be reaching out to people on this 😊
Contribution
Note that this issue is a part of GSoC 2024 and thus will be assigned to @mhmohona 🥳 Please write in so we can assign :)
The text was updated successfully, but these errors were encountered: