Skip to content

Commit

Permalink
fix: remove long help messages
Browse files Browse the repository at this point in the history
  • Loading branch information
alekzvik committed Dec 20, 2024
1 parent 7471d1a commit 1e3b2e1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions geozero-cli/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,9 @@ struct Cli {
extent: Option<Extent>,

/// The path or URL to the input file to read
///
/// Supported formats: CSV, GeoJSON, GeoJSON Lines, FGB, WKT, Parquet
input: String,

/// The path to the file to write
///
/// Supported formats: CSV, GeoJSON, GeoJSON Lines, FGB, WKT, SVG
dest: PathBuf,
}

Expand Down

0 comments on commit 1e3b2e1

Please sign in to comment.