diff --git a/src/debugpy/server/cli.py b/src/debugpy/server/cli.py index 9f569311..93f18d3c 100644 --- a/src/debugpy/server/cli.py +++ b/src/debugpy/server/cli.py @@ -35,6 +35,7 @@ [--configure- ]... [--log-to ] [--log-to-stderr] [--parent-session-pid ]] + [--adapter-access-token ] {1} []... """.format( @@ -182,8 +183,6 @@ def do(arg, it): ("--wait-for-client", None, set_const("wait_for_client", True)), ("--configure-.+", "", set_config), ("--parent-session-pid", "", set_arg("parent_session_pid", lambda x: int(x) if x else None)), - - # Switches that are used internally by the client or debugpy itself. ("--adapter-access-token", "", set_arg("adapter_access_token")), # Targets. The "" entry corresponds to positional command line arguments,