summaryrefslogtreecommitdiff
path: root/domestic/shell/stdout.py
diff options
context:
space:
mode:
authorAL-LCL <alvin@alvinhavel.com>2023-05-19 11:01:49 +0200
committerAL-LCL <alvin@alvinhavel.com>2023-05-19 11:01:49 +0200
commit20dbeb2f38684c65ff0a4b99012c161295708e88 (patch)
treea5b8445f55da2fbbb92443b68e9d7354a290c598 /domestic/shell/stdout.py
NeoRATHEADmain
Diffstat (limited to 'domestic/shell/stdout.py')
-rw-r--r--domestic/shell/stdout.py8
1 files changed, 8 insertions, 0 deletions
diff --git a/domestic/shell/stdout.py b/domestic/shell/stdout.py
new file mode 100644
index 0000000..cceab86
--- /dev/null
+++ b/domestic/shell/stdout.py
@@ -0,0 +1,8 @@
+from domestic.utility.status_message import *
+
+
+def stdout(low_message, message):
+ if low_message == '':
+ status_message(None, 'program')
+ else:
+ status_message(f'\'{message["message"]}\' command could not be found\nUse \'help\' command for assistance', 'warning') \ No newline at end of file