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: readmes/mini-cmdline.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -106,7 +106,7 @@ Here are code snippets for some common installation methods (use only one):
106
106
107
107
</details>
108
108
109
-
**Important**: no need to call `require('mini.cmdline').setup()`, but it can be done to improve usability.
109
+
**Important**: don't forget to call `require('mini.cmdline').setup()`to enable its functionality.
110
110
111
111
**Note**: if you are on Windows, there might be problems with too long file paths (like `error: unable to create file <some file name>: Filename too long`). Try doing one of the following:
0 commit comments