... click.group(help='Ship related commands') def ships(): pass cli.add_command(ships) ... The click.group method transforms the function into a group.
確定! 回上一頁