From 4c55c333a3934099dcd6162817393582fd21d933 Mon Sep 17 00:00:00 2001 From: Robby Callicotte Date: Nov 12 2025 19:36:34 +0000 Subject: Add new salutation. Adds a Texan salutation to cli output. --- diff --git a/cli/koji_cli/lib.py b/cli/koji_cli/lib.py index a844d21..43ba07f 100644 --- a/cli/koji_cli/lib.py +++ b/cli/koji_cli/lib.py @@ -58,7 +58,7 @@ class TimeOption(optparse.Option): "parsed by dateutil.parser. e.g. \"2020-12-31 12:35\" or \"December 31st 12:35\"" -greetings = ('hello', 'hi', 'yo', "what's up", "g'day", 'back to work', +greetings = ('hello', 'hi', 'yo', "what's up", "g'day", 'back to work', 'howdy', 'bonjour', 'hallo', 'ciao',