fix: remoced double about from cli help

This commit is contained in:
antifallobst 2023-09-15 00:07:24 +02:00
parent 6804359aff
commit 350e23f830
Signed by: antifallobst
GPG Key ID: 2B4F402172791BAF
1 changed files with 1 additions and 4 deletions

View File

@ -5,11 +5,8 @@ use clap::Parser;
use graph::Graph;
use std::path::Path;
/// BWINF 42.1
/// <Name Censored>
/// Aufgabe 3: Zauberschule
#[derive(Parser, Debug)]
#[command(author, version, about, long_about = None)]
#[command(author, version, long_about = None)]
struct Args {
/// The file containing the two maps
file: String,