summaryrefslogtreecommitdiff
path: root/domestic/shell/stdout.py
diff options
context:
space:
mode:
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