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

"jira-cli --version" returns "unknown" #134

Open
atsalolikhin-spokeo opened this issue Mar 3, 2021 · 1 comment
Open

"jira-cli --version" returns "unknown" #134

atsalolikhin-spokeo opened this issue Mar 3, 2021 · 1 comment

Comments

@atsalolikhin-spokeo
Copy link

It would be nice if I could run jira-cli --version to see what version of jira-cli I had. :)

[~] $ jira-cli --version
unknown
[~] $
@atsalolikhin-spokeo
Copy link
Author

[~] $   type jira-cli
jira-cli is hashed (/Users/atsalolikhin/git/homebrew/bin/jira-cli)
[~] $ cat /Users/atsalolikhin/git/homebrew/bin/jira-cli
#!/Users/atsalolikhin/git/homebrew/opt/[email protected]/bin/python3.8
# -*- coding: utf-8 -*-
import re
import sys
from jiracli.interface import cli
if __name__ == '__main__':
    sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0])
    sys.exit(cli())
[~] $

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