Skip to content

Commit f0dd941

Browse files
author
Anand
committed
Export options
1 parent 0021be0 commit f0dd941

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

options.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,9 +119,9 @@ func initializeCommandLine() (map[string]interface{}, map[string]interface{}) {
119119
{'R', "remove", "<id>", "Remove an entry", 0},
120120
{'U', "use-db", "<path>", "Set as active database", 0},
121121
{'f', "find", "<term>", "Search entries", 1},
122-
// {'r',"regex","<term>","Search entries using regular expressions", 1},
123122
{'E', "edit", "<id>", "Edit entry by id", 0},
124123
{'l', "list-entry", "<id>", "List entry by id", 1},
124+
{'x', "export", "<filename>", "Export all entries to <filename>", 1},
125125
}
126126

127127
for _, opt := range stringOptions {

0 commit comments

Comments
 (0)