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