remove fix

This commit is contained in:
Artemy 2024-05-30 12:47:32 +03:00
parent 93788e7065
commit f60901134a

View file

@ -23,12 +23,6 @@ pub enum Commands {
#[clap(default_value = "map")]
name: String,
},
/// Fix geospatial file
Fix {
/// Path to geospatial file supported by cimengine
#[clap(short, long)]
path: String,
},
/// Utility for creating countries, roads, etc.
New {
#[command(subcommand)]