@@ -17,25 +17,25 @@ def: Flag<["-"], "g">,
17
17
Alias<wait_for_debugger>,
18
18
HelpText<"Alias for --wait-for-debugger">;
19
19
20
- def port: Separate<["--", "-"], "port">,
20
+ def port: S< "port">,
21
21
MetaVarName<"<port>">,
22
22
HelpText<"Communicate with the lldb-vscode tool over the defined port.">;
23
23
def: Separate<["-"], "p">,
24
24
Alias<port>,
25
25
HelpText<"Alias for --port">;
26
26
27
- def launch_target: Separate<["--", "-"], "launch-target">,
27
+ def launch_target: S< "launch-target">,
28
28
MetaVarName<"<target>">,
29
29
HelpText<"Launch a target for the launchInTerminal request. Any argument "
30
30
"provided after this one will be passed to the target. The parameter "
31
31
"--comm-file must also be specified.">;
32
32
33
- def comm_file: Separate<["--", "-"], "comm-file">,
33
+ def comm_file: S< "comm-file">,
34
34
MetaVarName<"<file>">,
35
35
HelpText<"The fifo file used to communicate the with the debug adaptor "
36
36
"when using --launch-target.">;
37
37
38
- def debugger_pid: Separate<["--", "-"], "debugger-pid">,
38
+ def debugger_pid: S< "debugger-pid">,
39
39
MetaVarName<"<pid>">,
40
40
HelpText<"The PID of the lldb-vscode instance that sent the launchInTerminal "
41
41
"request when using --launch-target.">;
0 commit comments