We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0615028 commit 1ed745bCopy full SHA for 1ed745b
1 file changed
rust/mlt/src/main.rs
@@ -32,6 +32,7 @@ fn main() -> AnyResult<()> {
32
33
#[derive(Parser)]
34
#[command(name = "mlt", about = "MapLibre Tile format utilities")]
35
+#[command(version = env!("CARGO_PKG_VERSION"))]
36
struct Cli {
37
#[command(subcommand)]
38
command: Commands,
0 commit comments