mirror of
https://github.com/espressif/esptool.git
synced 2025-10-14 02:43:11 +08:00
fix(espefuse): Update CLI to support rich-click 1.9.0
https://github.com/espressif/esptool/pull/1121
This commit is contained in:
@@ -220,7 +220,7 @@ class Group(EsptoolGroup):
|
||||
commands = init_commands(port=None, chip=ctx.obj["chip"], skip_connect=True)
|
||||
commands.add_cli_commands(self)
|
||||
elif len(used_cmds) == 0:
|
||||
self.get_help(ctx)
|
||||
log.print(self.get_help(ctx))
|
||||
ctx.exit()
|
||||
|
||||
cmd_groups = self.repeat_read_commands(used_cmds, cmd_groups)
|
||||
|
Reference in New Issue
Block a user