Skip to content

Commit

Permalink
For some reason command information for edit was missing
Browse files Browse the repository at this point in the history
  • Loading branch information
khan5ula committed Oct 11, 2024
1 parent bddd3f0 commit 323236d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/args.rs
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,8 @@ pub enum Commands {
term: String,
},

/// Edit note (e)
#[command(alias = "e")]
Edit {
#[arg(
help = "ID of the note to edit",
Expand Down

0 comments on commit 323236d

Please sign in to comment.