Skip to content

Commit

Permalink
feat: make Flag Copy
Browse files Browse the repository at this point in the history
  • Loading branch information
RoloEdits committed Dec 18, 2024
1 parent 3e94e64 commit bff4f6a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions helix-term/src/commands/flag.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#[derive(Debug, Clone, Copy)]
pub struct Flag {
pub long: &'static str,
pub short: Option<&'static str>,
Expand Down

0 comments on commit bff4f6a

Please sign in to comment.