Skip to content

Commit

Permalink
Add better clap "description" for CLI help
Browse files Browse the repository at this point in the history
  • Loading branch information
crumblingstatue committed Oct 15, 2024
1 parent f4c2f19 commit 15c4c30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/args.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 15c4c30

Please sign in to comment.