Skip to content

Commit b325728

Browse files
Document custom command action (#2921)
Co-authored-by: Pokey Rule <[email protected]>
1 parent 438da73 commit b325728

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/public_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def cursorless_create_destination(
2626

2727
@mod.action_class
2828
class CommandActions:
29-
def cursorless_custom_command(
29+
def cursorless_x_custom_command(
3030
content: str, # pyright: ignore [reportGeneralTypeIssues]
3131
arg1: Optional[Any] = None,
3232
arg2: Optional[Any] = None,

0 commit comments

Comments
 (0)