Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
aixoio committed Jan 28, 2023
1 parent ad65c66 commit 17ca245
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,11 @@ def modeH():
print("Debug\t-\tInterprets and Compiles your code\t-\t./BLUC -d [filename]")
print("Help\t-\tTo get this info\t-\t./BLUC --help")
print("Run\t-\tUse to run your code\t-\t./BLUC [filename]")
print("Compile\t-\tUse to compile your code\t-\t./BLUC -c [filename] [outputfile]")
print(
"Run Compiled Code\t-\tUse to run your compiled code\t-\t./BLUC -rc [filename] [outputfile]")
print(
"Debug Compiled Code\t-\tUse to debug your compiled code\t-\t./BLUC -drc [filename] [outputfile]")
print(f"Version\t-\tTo get the BLUC version number\t-\t./BLUC --version{Fore.RESET}")
modeV()

Expand Down

0 comments on commit 17ca245

Please sign in to comment.