diff --git a/src/types.rs b/src/types.rs index 2be0530..5831efd 100644 --- a/src/types.rs +++ b/src/types.rs @@ -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)]