Skip to content

Commit 2162a7c

Browse files
kmshell: Add WIP warning on startup
1 parent eca930c commit 2162a7c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/shell/shell.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ class Shell:
1414
def run(self):
1515
log = Logger()
1616
show_banner()
17+
log.km_warn(
18+
"NOTE: This is still a Work in Progress. There is still a lot of functionality missing"
19+
)
1720
while True:
1821
prompt = input(km_prompt(""))
1922
if prompt == "exit":

0 commit comments

Comments
 (0)