mirror of
https://github.com/neocturne/MinedMap.git
synced 2025-07-06 15:49:07 +02:00
Add --version command line argument
This commit is contained in:
parent
003b48951b
commit
1616f3b2e2
3 changed files with 3 additions and 0 deletions
|
@ -20,6 +20,7 @@ use tile_renderer::TileRenderer;
|
|||
|
||||
/// Generate map tiles from Minecraft save data
|
||||
#[derive(Debug, Parser)]
|
||||
#[command(version)]
|
||||
pub struct Args {
|
||||
/// Number of parallel threads to use for processing
|
||||
///
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue