Skip to content

Commit 4982adc

Browse files
neiljptimabbott
authored andcommitted
bots: Migrate script name from zulip-terminal to zulip-bot-shell.
This change is intended to reduce confusion between zulip-bot-shell (test bots interactively without a server) and the zulip/zulip-terminal project and its associated command (zulip-term).
1 parent 56f5ee3 commit 4982adc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zulip_bots/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
entry_points={
5353
"console_scripts": [
5454
"zulip-run-bot=zulip_bots.run:main",
55-
"zulip-terminal=zulip_bots.terminal:main",
55+
"zulip-bot-shell=zulip_bots.terminal:main",
5656
],
5757
},
5858
) # type: Dict[str, Any]

0 commit comments

Comments
 (0)