From dd26dc2366739ddfc0eff7fb3e8eb9d4c9535053 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Erik=20Bj=C3=A4reholt?= Date: Sun, 22 Dec 2024 16:28:48 +0100 Subject: [PATCH] fix: remove conflicting -n alias for --name, keep as --non-interactive alias (fixes #360) --- gptme/cli.py | 1 - 1 file changed, 1 deletion(-) diff --git a/gptme/cli.py b/gptme/cli.py index 0b520c2c..02a3e98c 100644 --- a/gptme/cli.py +++ b/gptme/cli.py @@ -63,7 +63,6 @@ nargs=-1, ) @click.option( - "-n", "--name", default="random", help="Name of conversation. Defaults to generating a random name.",