-
-
Notifications
You must be signed in to change notification settings - Fork 152
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
Version command #59
Comments
I like |
Agree with @tpritc. |
I also agree with @tpritc: they are the most standard and thus the most predictable. |
Essentially I'm debating whether to go with the simple version output (like Python):
Or something with a license and other info:
I'm probably overthinking this, but I would rather just get it right the first time. What do you guys think about this? In the meantime I'll just post a PR with a simple version command, and if that's what you guys want, we can merge and be done with this issue. |
Added PR #64 |
Still reeling from the last flurry of commits and the release. Will get to this in time. |
For the sake of debugging and compliance with CLI standards, a
version
command of some sort should be included in the shpotify API.Possible ideas for the command syntax (multiple different syntaxes can be used):
spotify -V
spotify -v
spotify --version
spotify version
The text was updated successfully, but these errors were encountered: