Skip to content

Commit

Permalink
🐛 Fix #38, add readline.write_history_file()
Browse files Browse the repository at this point in the history
  • Loading branch information
Freed-Wu committed Jan 31, 2024
1 parent 3307504 commit 61a624f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/translate_shell/external/readline/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,15 @@ def read_history_file(unused_path: str) -> None:
"""


def write_history_file(unused_path: str) -> None:
"""Write history file.
:param unused_path:
:type unused_path: str
:rtype: None
"""


def add_history(unused_path: str) -> None:
"""Add history.
Expand Down

0 comments on commit 61a624f

Please sign in to comment.