Skip to content

Commit 5ea4965

Browse files
committed
IT'S DONE!!!!
1 parent 10f1b78 commit 5ea4965

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

TESTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949

5050
## 'Anywhere' Features
5151
These can be used in any context.
52-
- [ ] `help` / `imlost` **(not implemented yet due to there not being any help yet)**
52+
- [X] `help` / `imlost` **(not implemented yet due to there not being any help yet)**
5353
- [X] `quit` / `q` / `exit` / `leave` / `logout`
5454
- [X] `reload` / `rl`
5555
- [X] `web` / `repo`

main.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class LevelLimitReached(Exception): ...
2323
class LevelNotFoundError(Exception): ...
2424
class SkipCounterError(Exception): ...
2525

26-
VERSION = "v0.0.1"
26+
VERSION = "v1.0.0"
2727
LATEST = None
2828

2929
RENDER_CONTEXT = '!/CURRENTRENDERCONTEXTASISNOCHANGE/' # [!] deprecated, due to buggy behavior
@@ -720,7 +720,7 @@ def open_repository_on_browser() -> str:
720720

721721

722722
def get_help():
723-
simple_webbrowser.website('https://github.com/MF366-Coding/TSpE')
723+
simple_webbrowser.website('https://coherent-wholesaler-62e.notion.site/Terminal-Supaplex-Editor-TSpE-Documentation-14036a039ece80f196e0f82590785b8b')
724724
return f"{PARSER.colormap['SUCESSFUL_BACKGROUND']}{PARSER.colormap['SUCESSFUL_FOREGROUND']}Help is on its way.{PARSER.colormap['RESET_ALL']}\n\n{TITLE}"
725725

726726

0 commit comments

Comments
 (0)