From 15c4c30d90677cb458f7568ec22e0b050fcaddf6 Mon Sep 17 00:00:00 2001 From: crumblingstatue Date: Tue, 15 Oct 2024 22:44:48 +0200 Subject: [PATCH] Add better clap "description" for CLI help --- src/args.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/args.rs b/src/args.rs index 7576269..96aeb2c 100644 --- a/src/args.rs +++ b/src/args.rs @@ -5,7 +5,7 @@ use { std::path::PathBuf, }; -/// Arguments given to hexerator on startup +/// Hexerator: Versatile hex editor #[derive(Parser, Debug, Serialize, Deserialize, PartialEq, Eq, Clone, Default)] pub struct Args { /// Arguments relating to the source to open