OPT_PULL = click.option(
'--pull/--no-pull',
default=True,
show_default=True,
help='\n Pull latest images. Use --no-pull for running the server with locally-built images.\n\n \x08\n Example:\n langgraph up --no-pull\n \x08\n '
)