changes to edit user interface
This commit is contained in:
parent
53d1c84f5c
commit
2b550631a2
@ -39,9 +39,11 @@ enum Command {
|
||||
View {
|
||||
id : Id,
|
||||
},
|
||||
/// Edit a note directly.
|
||||
Edit {
|
||||
id : Id,
|
||||
#[clap(long)]
|
||||
/// Edit the info specifically in its own file.
|
||||
#[clap(short, long)]
|
||||
info : bool,
|
||||
},
|
||||
/// Delete a task completely.
|
||||
|
Loading…
Reference in New Issue
Block a user