Skip to content

Commit b51bd36

Browse files
committed
Add version data
1 parent 85e0ab9 commit b51bd36

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/common.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ pub struct Opts {
2828

2929
pub fn parse_args() -> Opts {
3030
let matches = App::new("wait-for-db")
31+
.version(clap::crate_version!())
3132
.arg(
3233
Arg::with_name("mode")
3334
.short("m")

0 commit comments

Comments
 (0)