We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93788e7 commit f609011Copy full SHA for f609011
1 file changed
src/types.rs
@@ -23,12 +23,6 @@ pub enum Commands {
23
#[clap(default_value = "map")]
24
name: String,
25
},
26
- /// Fix geospatial file
27
- Fix {
28
- /// Path to geospatial file supported by cimengine
29
- #[clap(short, long)]
30
- path: String,
31
- },
32
/// Utility for creating countries, roads, etc.
33
New {
34
#[command(subcommand)]
0 commit comments