I am reading yakut source code, I have some confuse:
in file main.py Line 200, this line is hard to read.
subcommand: Callable[..., Callable[..., Any]] = main.command
what is the relatitionship between with
@yakut.subcommand()
and why no use
@click.group()
cli.add_command()