mirror of
https://github.com/CIMEngine/cimengine-build-tools.git
synced 2024-11-21 19:56:22 +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")]
|
#[clap(default_value = "map")]
|
||||||
name: String,
|
name: String,
|
||||||
},
|
},
|
||||||
/// Fix geospatial file
|
|
||||||
Fix {
|
|
||||||
/// Path to geospatial file supported by cimengine
|
|
||||||
#[clap(short, long)]
|
|
||||||
path: String,
|
|
||||||
},
|
|
||||||
/// Utility for creating countries, roads, etc.
|
/// Utility for creating countries, roads, etc.
|
||||||
New {
|
New {
|
||||||
#[command(subcommand)]
|
#[command(subcommand)]
|
||||||
|
|
Loading…
Add table
Reference in a new issue