diff --git a/wutta_hello/commands.py b/wutta_hello/commands.py index bea66f3..a1e013f 100644 --- a/wutta_hello/commands.py +++ b/wutta_hello/commands.py @@ -17,4 +17,4 @@ class Hello(Subcommand): """ Displays a hello message for the user to see. """ - self.stdout.write("HELLO WORLD\n") + self.stdout.write(f"hello from {self.app.appname}\n")