Skip to content

cli: Add -V alias for --version #39921

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

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

antonio-rojas
Copy link
Contributor

This is quite common in Python world:

$> python -V
Python 3.13.2
$> ipython -V
9.0.2
$> cython -V
Cython version 3.0.12

@antonio-rojas antonio-rojas changed the title cmd: Add -V alias for --version cli: Add -V alias for --version Apr 10, 2025
This is quite common in Python world
Copy link

Documentation preview for this PR (built with commit c1211da; changes) is ready! 🎉
This preview will update shortly after each push to this PR.

Copy link
Contributor

@tobiasdiez tobiasdiez left a comment

Choose a reason for hiding this comment

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

Thanks!

vbraun pushed a commit to vbraun/sage that referenced this pull request Apr 13, 2025
sagemathgh-39921: cli: Add -V alias for --version
    
This is quite common in Python world:

```
$> python -V
Python 3.13.2
$> ipython -V
9.0.2
$> cython -V
Cython version 3.0.12
```
    
URL: sagemath#39921
Reported by: Antonio Rojas
Reviewer(s): Tobias Diez
vbraun pushed a commit to vbraun/sage that referenced this pull request Apr 18, 2025
sagemathgh-39921: cli: Add -V alias for --version
    
This is quite common in Python world:

```
$> python -V
Python 3.13.2
$> ipython -V
9.0.2
$> cython -V
Cython version 3.0.12
```
    
URL: sagemath#39921
Reported by: Antonio Rojas
Reviewer(s): Tobias Diez
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants