mirror of
https://github.com/microsoft/debugpy.git
synced 2025-12-23 08:48:12 +00:00
Document --adapter-access-token CLI arg (#1927)
This commit is contained in:
parent
ea1dd9a838
commit
2b1e361eac
1 changed files with 1 additions and 2 deletions
|
|
@ -35,6 +35,7 @@ Usage: debugpy --listen | --connect
|
|||
[--configure-<name> <value>]...
|
||||
[--log-to <path>] [--log-to-stderr]
|
||||
[--parent-session-pid <pid>]]
|
||||
[--adapter-access-token <token>]
|
||||
{1}
|
||||
[<arg>]...
|
||||
""".format(
|
||||
|
|
@ -182,8 +183,6 @@ switches = [
|
|||
("--wait-for-client", None, set_const("wait_for_client", True)),
|
||||
("--configure-.+", "<value>", set_config),
|
||||
("--parent-session-pid", "<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", "<token>", set_arg("adapter_access_token")),
|
||||
|
||||
# Targets. The "" entry corresponds to positional command line arguments,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue