Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
markpavlenko committed May 8, 2024
1 parent 7060611 commit f23ea2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PyTermOS-Universal/boot/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def do_info(self, line):
Python: v3.8
Version Created: Twenty-Fourth April 2024
Initial Day Of Creation: Twenty-Third April 2024
Operating System: PyTermOS v0.1.0-alpha
Operating System: PyTermOS v0.1.0-stable
""")
def do_super(self, line):
"Activate supermode that lets you use supercommands."
Expand Down Expand Up @@ -91,7 +91,7 @@ def do_superinfo(self, line):
Python: v3.8
Version Created: Twenty-Fourth April 2024
Initial Day Of Creation: Twenty-Third April 2024
Application: PyTermOSCLIOS v0.1.0-alpha
Application: PyTermOS v0.1.0-stable
""")

def do_superhelp(self, line):
Expand Down

0 comments on commit f23ea2f

Please sign in to comment.