Expose build identity in version output
ci / test (push) Has been cancelled
ci / fuzz-smoke (push) Has been cancelled
ci / windows-client (push) Has been cancelled
ci / package-release (linux-x86_64, ubuntu-latest) (push) Has been cancelled
ci / package-release (macos-aarch64, macos-14) (push) Has been cancelled
ci / package-release (macos-x86_64, macos-13) (push) Has been cancelled
ci / package-release (windows-x86_64, windows-latest) (push) Has been cancelled
ci / remote-bench (push) Has been cancelled

This commit is contained in:
DuProcess
2026-06-27 13:45:48 -04:00
parent 606fad72e3
commit 48a59496b2
9 changed files with 60 additions and 5 deletions
+5 -1
View File
@@ -69,7 +69,11 @@ fn terminal_size() -> (u16, u16) {
}
#[derive(Debug, Clone, Parser)]
#[command(name = "dosh-client", version)]
#[command(
name = "dosh-client",
version = dosh::build_info::VERSION,
long_version = dosh::build_info::LONG_VERSION
)]
struct Args {
#[arg()]
server: Option<String>,