From f60901134adb7d5c4c45213a87ffcaa070f8680f Mon Sep 17 00:00:00 2001 From: Artemy Date: Thu, 30 May 2024 12:47:32 +0300 Subject: [PATCH] remove fix --- src/types.rs | 6 ------ 1 file changed, 6 deletions(-) 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)]