We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
gh
For expediency the tool currently execs gh as a subprocess for several operations with GitHub.
We should break this dependency so that turbolift has no dependencies on external programs.
The text was updated successfully, but these errors were encountered:
I chose turbolift over other tools precisely because it simply used gh under the hood.
I would advocate to use gh if it's available and fall back to something else -- and the additional configuration that entails -- if gh is unavailable.
Sorry, something went wrong.
No branches or pull requests
For expediency the tool currently execs
gh
as a subprocess for several operations with GitHub.We should break this dependency so that turbolift has no dependencies on external programs.
The text was updated successfully, but these errors were encountered: