-
Notifications
You must be signed in to change notification settings - Fork 109
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
add --version flag to kyt-cli #491
Comments
Mind if I take this one? @jaredmcdonald |
all yours, @blakeyoder! thanks |
@jaredmcdonald Quick question on this one. I've noticed that if I run a command such as For example, This shows up with the command I wrote
I wanted to see if this is happening on your build? I might have just setup something wrong...Thanks! |
This is also happening in my build @blakeyoder |
the yarn version you were seeing is from |
To hide the yarn version from kyt-cli commands, something like const isYarnInstalled = () => shell.exec('[ -x "$(command -v yarn)" ]').code === 0; could work |
Add a flag to
kyt-cli
that returns the current version frompackage.json
and exits 0. Should probably be-v
and--version
. Originally came up in #490.Bug or Feature?
Feature
The text was updated successfully, but these errors were encountered: