You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been looking for a utility to do something like this. The Go library is packaged as a CLI app, but to install it I'd need to download the Go toolchain, which I don't have. Meanwhile, I do have a Rust toolchain available, so I'd like it if I could just cargo install this.
I think a CLI wrapper shouldn't take too much effort. If you don't have the time for it, I could try doing that and submit a PR.
The text was updated successfully, but these errors were encountered:
I've been looking for a utility to do something like this. The Go library is packaged as a CLI app, but to install it I'd need to download the Go toolchain, which I don't have. Meanwhile, I do have a Rust toolchain available, so I'd like it if I could just
cargo install
this.I think a CLI wrapper shouldn't take too much effort. If you don't have the time for it, I could try doing that and submit a PR.
The text was updated successfully, but these errors were encountered: