File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ type SearchFlags struct {
9090 What * string `long:"what" short:"w" choice:"identifier" choice:"title" choice:"name" choice:"path" choice:"commonmark-link"`
9191 How * string `long:"how" short:"W" choice:"identifier" choice:"title" choice:"name" choice:"path" choice:"body"`
9292 Format * string `long:"format" short:"f" choice:"text" choice:"text-0" choice:"json"`
93- Action * string `long:"action" short:"a" chouce :"output" choice:"edit" choice:"export" choice:"browse"`
93+ Action * string `long:"action" short:"a" choice :"output" choice:"edit" choice:"export" choice:"browse"`
9494 MultipleAllowed * bool `long:"multiple" short:"m"`
9595}
9696
@@ -100,7 +100,7 @@ type GrepFlags struct {
100100 Where * string `long:"where" short:"W" choice:"identifier" choice:"title" choice:"name" choice:"path" choice:"body"`
101101 Format * string `long:"format" short:"f" choice:"text" choice:"text-0" choice:"json" choice:"context"`
102102 Terms []string `long:"term" short:"t" value-name:"{term}"`
103- Action * string `long:"action" short:"a" chouce :"output" choice:"edit" choice:"export" choice:"browse"`
103+ Action * string `long:"action" short:"a" choice :"output" choice:"edit" choice:"export" choice:"browse"`
104104 MultipleAllowed * bool `long:"multiple" short:"m"`
105105}
106106
You can’t perform that action at this time.
0 commit comments