mirror of
https://github.com/CIMEngine/cimengine-build-tools.git
synced 2024-11-05 20:53:58 +03:00
remove fix
This commit is contained in:
parent
93788e7065
commit
f60901134a
1 changed files with 0 additions and 6 deletions
|
@ -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)]
|
||||
|
|
Loading…
Reference in a new issue