Skip to content

Commit

Permalink
fix: remove conflicting -n alias for --name, keep as --non-interactiv…
Browse files Browse the repository at this point in the history
…e alias (fixes #360)
  • Loading branch information
ErikBjare committed Dec 22, 2024
1 parent a568795 commit dd26dc2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion gptme/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@
nargs=-1,
)
@click.option(
"-n",
"--name",
default="random",
help="Name of conversation. Defaults to generating a random name.",
Expand Down

0 comments on commit dd26dc2

Please sign in to comment.