fix: remoced double about from cli help
This commit is contained in:
parent
6804359aff
commit
350e23f830
|
@ -5,11 +5,8 @@ use clap::Parser;
|
||||||
use graph::Graph;
|
use graph::Graph;
|
||||||
use std::path::Path;
|
use std::path::Path;
|
||||||
|
|
||||||
/// BWINF 42.1
|
|
||||||
/// <Name Censored>
|
|
||||||
/// Aufgabe 3: Zauberschule
|
|
||||||
#[derive(Parser, Debug)]
|
#[derive(Parser, Debug)]
|
||||||
#[command(author, version, about, long_about = None)]
|
#[command(author, version, long_about = None)]
|
||||||
struct Args {
|
struct Args {
|
||||||
/// The file containing the two maps
|
/// The file containing the two maps
|
||||||
file: String,
|
file: String,
|
||||||
|
|
Loading…
Reference in New Issue