We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f87da98 commit 4230f31Copy full SHA for 4230f31
src/cli.rs
@@ -35,7 +35,7 @@ enum Commands {
35
/// Edit the name of the given name. If no name is supplied you can choose from a fzf list of
36
/// all available names
37
EditName {
38
- // Name of the entry in the long term memory, which should be changed.
+ /// Name of the entry in the long term memory, which should be changed.
39
name: Option<String>,
40
},
41
0 commit comments