-
Notifications
You must be signed in to change notification settings - Fork 12
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
Comments
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. |
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. |
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. |
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. |
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)
The text was updated successfully, but these errors were encountered: