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

Cli initial args #12

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

OmarAI2003
Copy link
Contributor

Contributor checklist


Description

  • Added --version and --upgrade options to the CLI.
  • Implemented version-checking functions to fetch and display the installed and latest versions.
  • Added an upgrade mechanism to download and install the latest release.
  • Improved CLI help message formatting and structure.

Related issue

Copy link

github-actions bot commented Mar 2, 2025

Thank you for the pull request! ❤️

The i18n-check team will do our best to address your contribution as soon as we can. If you're not already a member of our public Matrix community, please consider joining! We'd suggest using Element as your Matrix client, and definitely join the General and Development rooms once you're in. Also consider attending our bi-weekly Saturday developer syncs! It'd be great to meet you 😊

Copy link

github-actions bot commented Mar 2, 2025

Maintainer Checklist

The following is a checklist for maintainers to make sure this process goes as well as possible. Feel free to address the points below yourself in further commits if you realize that actions are needed :)

  • The changelog has been updated with a description of the changes for the upcoming release and the corresponding issue (if necessary)

@andrewtavis andrewtavis self-requested a review March 2, 2025 00:12
import requests


def get_local_version() -> str:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could I ask you to add in some doc strings to the new functions in the same style that we have them in the utils, @OmarAI2003? Would be great to get some numpy doc style docstrings in with the base functionality!

@andrewtavis
Copy link
Member

I'll give it a further look post the function docstings being added in, @OmarAI2003 :) Thanks for getting to this so quickly! Feel free to send along the update and I'll get this in as soon as I can 😊

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.

2 participants