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
filepath (string): The path to the file from project root
61
+
start_line (int): The line number to start including from (start counting from 1) - default is 1 (include first line)
62
+
end_line (int or None): The line number to end including to. If None, include until the end of the file - default is None (include end of file)
63
+
indent_level (int): The number of indent (4 spaces) to add to the beginning of each line - default is 0 (no indent added).
64
+
remove_indent (bool): Whether to remove absolute indent, the maximum of leading whitespaces without breaking relative indent - default is False (no indent removed)
0 commit comments