-
Notifications
You must be signed in to change notification settings - Fork 4.5k
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 option to all CLI apps #700
Milestone
Comments
mvines
pushed a commit
that referenced
this issue
Aug 7, 2018
All CLI apps that use clap (in other words, except for bench-streamer) can use crate_version! to take the version from Cargo.toml. This change addresses #700.
vkomenda
pushed a commit
to vkomenda/solana
that referenced
this issue
Aug 29, 2021
…na-labs#700) Bumps [@solana/web3.js](https://github.com/solana-labs/solana-web3.js) from 0.82.0 to 0.83.0. - [Release notes](https://github.com/solana-labs/solana-web3.js/releases) - [Commits](solana-labs/solana-web3.js@v0.82.0...v0.83.0) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Lichtso
pushed a commit
to Lichtso/solana
that referenced
this issue
Apr 12, 2024
buffalojoec
pushed a commit
to buffalojoec/solana
that referenced
this issue
Apr 16, 2024
lijunwangs
pushed a commit
to lijunwangs/solana
that referenced
this issue
Apr 24, 2024
yihau
pushed a commit
that referenced
this issue
Apr 26, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See: https://github.com/kbknapp/clap-rs/blob/master/examples/09_auto_version.rs
The text was updated successfully, but these errors were encountered: