You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+1
Original file line number
Diff line number
Diff line change
@@ -116,6 +116,7 @@ Here's the breakdown of the available options:
116
116
|`-H, --heading TEXT`| Text to show as the list heading. Default is "". Example: `findlike reference_file.txt -H "## Similar files"`|
117
117
|`-F, --format [plain, json]`| This option sets the output format. Default is "plain". Example: `findlike reference_file.txt -F json`|
118
118
|`-t, --threshold FLOAT`| Similarity score threshold. All results whose score are below the determined threshold will be omitted. Default is 0.05. Example: `findlike reference_file.txt -t 0`|
119
+
|`-i, --ignore-front-matter`| Tries to strip the front-matter from markup files like Markdown and Org-mode. |
0 commit comments