Skip to content

Commit 7fb2bfc

Browse files
committed
Add docstring for fzf_history
1 parent d1106bc commit 7fb2bfc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lldb/examples/python/fzf_history.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99
@lldb.command()
1010
def fzf_history(debugger, cmdstr, ctx, result, _):
11+
"""Use fzf to search and select from lldb command history."""
1112
if sys.platform != "darwin":
1213
result.SetError("fzf_history supports macOS only")
1314
return

0 commit comments

Comments
 (0)