Skip to content

Commit 2ae5535

Browse files
committed
fix(espefuse): Update CLI to support rich-click 1.9.0
espressif#1121
1 parent bb8cd9b commit 2ae5535

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

espefuse/cli_util.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ def parse_args(self, ctx: click.Context, args: list[str]):
220220
commands = init_commands(port=None, chip=ctx.obj["chip"], skip_connect=True)
221221
commands.add_cli_commands(self)
222222
elif len(used_cmds) == 0:
223-
self.get_help(ctx)
223+
log.print(self.get_help(ctx))
224224
ctx.exit()
225225

226226
cmd_groups = self.repeat_read_commands(used_cmds, cmd_groups)

0 commit comments

Comments
 (0)