Skip to content

Commit

Permalink
minor changes to main script
Browse files Browse the repository at this point in the history
  • Loading branch information
Bikatr7 committed Dec 1, 2023
1 parent 4e0da34 commit adb67c0
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions kudasai.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,11 @@ def boot(self) -> None:

"""
If the user is running the CLI or Console version of Kudasai, this function is called to boot the program.\n
If the user is running the CLI or Console version of Kudasai, this function is called to boot the program.
"""

os.system("title " + "Kudasai CLI")
os.system("title " + "Kudasai")

Toolkit.clear_console()

Expand All @@ -48,7 +47,7 @@ def boot(self) -> None:
##-------------------start-of-setup_kairyou_for_cli()---------------------------------------------------------------------------------------------------------------------------------------------------------------------------

@staticmethod
def setup_kairyou_for_cli(input_file, replacement_json_path) -> None:
def setup_kairyou_for_cli(input_file:str, replacement_json_path:str) -> None:

"""
Expand Down

0 comments on commit adb67c0

Please sign in to comment.