python import pycli @pycli.command("greet") def greet_command(name): print(f"Hello, {name}!") if __name__ == "__main__": pycli.run()


上一篇:
下一篇:
切换中文