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

How to check which version is installed? #10

Open
HenrikBengtsson opened this issue Oct 8, 2024 · 4 comments
Open

How to check which version is installed? #10

HenrikBengtsson opened this issue Oct 8, 2024 · 4 comments

Comments

@HenrikBengtsson
Copy link

Is there a way to check which version is installed? The help output does not reveal it, e.g.

$ imgcat --help
usage: imgcat [flags] filename
  -height string
        height (e.g. 100px, 10%, or auto)
  -p    preserve aspect ratio
  -size string
        width,height in pixels (e.g. 1024px,768px or 3,3)
  -width string
        width (e.g. 100px, 10%, or auto)
$ imgls --help
usage: imgls [flags] filename
  -height string
        height (e.g. 100px, 10%, or auto)
  -size string
        width,height in pixels (e.g. 1024px,768px or 3,3)
  -width string
        width (e.g. 100px, 10%, or auto)
@olivere
Copy link
Owner

olivere commented Oct 9, 2024

No, there's no version yet. What are you trying to achieve with it? There have been no backwards compatibility issues that I know from.

@HenrikBengtsson
Copy link
Author

I see. It is always useful to be able to check what version one has installed of a particular software when it comes to checking if one has the most recent version installed.

@olivere
Copy link
Owner

olivere commented Oct 9, 2024

I see. Well, I currently don't see a need for a version. It's a very simple wrapper around ANSI escape codes. Once it reaches 1.0, we can think of it.

@olivere olivere closed this as completed Oct 9, 2024
@olivere
Copy link
Owner

olivere commented Oct 9, 2024

Whoops. I see that I tagged it with 1.0 in the latest releases. Well, if I find the time, I can do it. Will re-open.

@olivere olivere reopened this Oct 9, 2024
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

2 participants