You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Run in `tcp` server mode and listen at the given port. (Equivalent to `--mode tcp --port <port>`) *NOTE:* This option is mutually exclusive with options: pipe-server, pipe-name, port, mode.
537
+
Run in `tcp` server mode and listen at the given port. (Equivalent to `--mode tcp --port <port>`) *NOTE:* This option is mutually exclusive with options: mode, pipe-name, pipe-server, port.
498
538
499
539
500
540
-`--pipe-server NAME`
501
541
502
-
Run in `pipe-server` mode and listen at the given pipe name. (Equivalent to `--mode pipe-server --pipe-name <name>`) *NOTE:* This option is mutually exclusive with options: bind, tcp, mode, port, pipe-name.
542
+
Run in `pipe-server` mode and listen at the given pipe name. (Equivalent to `--mode pipe-server --pipe-name <name>`) *NOTE:* This option is mutually exclusive with options: port, pipe-name, tcp, bind, mode.
The port to listen on or connect to. (Only valid for `tcp` and `socket mode`) *NOTE:* This option is mutually exclusive with options: pipe-server, pipe-name. [env var: ROBOTCODE_PORT; default: 6612; 1<=x<=65535]
552
+
The port to listen on or connect to. (Only valid for `tcp` and `socket mode`) *NOTE:* This option is mutually exclusive with options: pipe-name, pipe-server. [env var: ROBOTCODE_PORT; default: 6612; 1<=x<=65535]
513
553
514
554
515
555
-`--bind ADDRESS`
516
556
517
-
Specify alternate bind address. If no address is specified `localhost` is used. (Only valid for tcp and socket mode) *NOTE:* This option is mutually exclusive with options: pipe-server, pipe-name. [env var: ROBOTCODE_BIND; default: 127.0.0.1]
557
+
Specify alternate bind address. If no address is specified `localhost` is used. (Only valid for tcp and socket mode) *NOTE:* This option is mutually exclusive with options: pipe-name, pipe-server. [env var: ROBOTCODE_BIND; default: 127.0.0.1]
518
558
519
559
520
560
-`--pipe-name NAME`
521
561
522
-
The pipe to listen on or connect to. (Only valid in `pipe` and `pipe-server` mode) *NOTE:* This option is mutually exclusive with options: pipe-server, port, tcp, bind. [env var: ROBOTCODE_PIPE_NAME]
562
+
The pipe to listen on or connect to. (Only valid in `pipe` and `pipe-server` mode) *NOTE:* This option is mutually exclusive with options: pipe-server, tcp, port, bind. [env var: ROBOTCODE_PIPE_NAME]
Run in `stdio` mode. (Equivalent to `--mode stdio`) *NOTE:* This option is mutually exclusive with options: pipe-server, bind, socket, mode, tcp, port, pipe-name, pipe. [env var: ROBOTCODE_STDIO]
589
+
Run in `stdio` mode. (Equivalent to `--mode stdio`) *NOTE:* This option is mutually exclusive with options: socket, port, pipe-name, pipe, pipe-server, tcp, bind, mode. [env var: ROBOTCODE_STDIO]
550
590
551
591
552
592
-`--tcp [<ADDRESS>:]<PORT>`
553
593
554
-
Run in `tcp` server mode and listen at the given port. (Equivalent to `--mode tcp --port <port>`) *NOTE:* This option is mutually exclusive with options: pipe-server, socket, mode, stdio, port, pipe-name, pipe.
594
+
Run in `tcp` server mode and listen at the given port. (Equivalent to `--mode tcp --port <port>`) *NOTE:* This option is mutually exclusive with options: socket, port, pipe-name, pipe, pipe-server, mode, stdio.
555
595
556
596
557
597
-`--socket [<ADDRESS>:]<PORT>`
558
598
559
-
Run in `socket` mode and connect to the given port. (Equivalent to `--mode socket --port <port>`) *NOTE:* This option is mutually exclusive with options: pipe-server, tcp, mode, stdio, port, pipe-name, pipe.
599
+
Run in `socket` mode and connect to the given port. (Equivalent to `--mode socket --port <port>`) *NOTE:* This option is mutually exclusive with options: port, pipe-name, pipe, pipe-server, tcp, mode, stdio.
560
600
561
601
562
602
-`--pipe NAME`
563
603
564
-
Run in `pipe` mode and connect to the given pipe name. (Equivalent to `--mode pipe --pipe-name <name>`) *NOTE:* This option is mutually exclusive with options: pipe-server, bind, socket, mode, tcp, stdio, port, pipe-name.
604
+
Run in `pipe` mode and connect to the given pipe name. (Equivalent to `--mode pipe --pipe-name <name>`) *NOTE:* This option is mutually exclusive with options: socket, port, pipe-name, pipe-server, tcp, bind, mode, stdio.
565
605
566
606
567
607
-`--pipe-server NAME`
568
608
569
-
Run in `pipe-server` mode and listen at the given pipe name. (Equivalent to `--mode pipe-server --pipe-name <name>`) *NOTE:* This option is mutually exclusive with options: bind, socket, mode, tcp, stdio, port, pipe-name, pipe.
609
+
Run in `pipe-server` mode and listen at the given pipe name. (Equivalent to `--mode pipe-server --pipe-name <name>`) *NOTE:* This option is mutually exclusive with options: socket, port, pipe-name, pipe, tcp, bind, mode, stdio.
570
610
571
611
572
612
-`--mode [stdio|tcp|socket|pipe|pipe-server]`
573
613
574
-
The mode to use for the debug launch server. *NOTE:* This option is mutually exclusive with options: pipe-server, tcp, socket, stdio, pipe. [env var: ROBOTCODE_MODE; default: stdio]
614
+
The mode to use for the debug launch server. *NOTE:* This option is mutually exclusive with options: pipe-server, pipe, tcp, socket, stdio. [env var: ROBOTCODE_MODE; default: stdio]
575
615
576
616
577
617
-`--port PORT`
578
618
579
-
The port to listen on or connect to. (Only valid for `tcp` and `socket mode`) *NOTE:* This option is mutually exclusive with options: pipe-server, pipe-name, pipe. [env var: ROBOTCODE_PORT; default: 6611; 1<=x<=65535]
619
+
The port to listen on or connect to. (Only valid for `tcp` and `socket mode`) *NOTE:* This option is mutually exclusive with options: pipe-server, pipe, pipe-name. [env var: ROBOTCODE_PORT; default: 6611; 1<=x<=65535]
580
620
581
621
582
622
-`--bind ADDRESS`
583
623
584
-
Specify alternate bind address. If no address is specified `localhost` is used. (Only valid for tcp and socket mode) *NOTE:* This option is mutually exclusive with options: pipe-server, pipe-name, pipe. [env var: ROBOTCODE_BIND; default: 127.0.0.1]
624
+
Specify alternate bind address. If no address is specified `localhost` is used. (Only valid for tcp and socket mode) *NOTE:* This option is mutually exclusive with options: pipe-server, pipe, pipe-name. [env var: ROBOTCODE_BIND; default: 127.0.0.1]
585
625
586
626
587
627
-`--pipe-name NAME`
588
628
589
-
The pipe to listen on or connect to. (Only valid in `pipe` and `pipe-server` mode) *NOTE:* This option is mutually exclusive with options: pipe-server, bind, socket, tcp, stdio, port, pipe. [env var: ROBOTCODE_PIPE_NAME]
629
+
The pipe to listen on or connect to. (Only valid in `pipe` and `pipe-server` mode) *NOTE:* This option is mutually exclusive with options: port, pipe-server, pipe, tcp, bind, socket, stdio. [env var: ROBOTCODE_PIPE_NAME]
590
630
591
631
592
632
-`--version`
@@ -691,6 +731,11 @@ robotcode discover all [OPTIONS] [ROBOT_OPTIONS_AND_ARGS]...
691
731
Show the tags that are present. [default: tags]
692
732
693
733
734
+
-`--exclude-by-longname TEXT`
735
+
736
+
Excludes tests/tasks or suites by longname.
737
+
738
+
694
739
-`--by-longname TEXT`
695
740
696
741
Select tests/tasks or suites by longname.
@@ -701,11 +746,6 @@ robotcode discover all [OPTIONS] [ROBOT_OPTIONS_AND_ARGS]...
701
746
Show the version and exit.
702
747
703
748
704
-
-`--exclude-by-longname TEXT`
705
-
706
-
Excludes tests/tasks or suites by longname.
707
-
708
-
709
749
-`--full-paths / --no-full-paths`
710
750
711
751
Show full paths instead of releative. [default: no-full-paths]
Run in `stdio` mode. (Equivalent to `--mode stdio`) *NOTE:* This option is mutually exclusive with options: bind, socket, mode, tcp, port, pipe-name, pipe. [env var: ROBOTCODE_STDIO]
1059
+
Run in `stdio` mode. (Equivalent to `--mode stdio`) *NOTE:* This option is mutually exclusive with options: socket, port, pipe-name, pipe, tcp, bind, mode. [env var: ROBOTCODE_STDIO]
1020
1060
1021
1061
1022
1062
-`--tcp [<ADDRESS>:]<PORT>`
1023
1063
1024
-
Run in `tcp` server mode and listen at the given port. (Equivalent to `--mode tcp --port <port>`) *NOTE:* This option is mutually exclusive with options: socket, mode, stdio, port, pipe-name, pipe.
1064
+
Run in `tcp` server mode and listen at the given port. (Equivalent to `--mode tcp --port <port>`) *NOTE:* This option is mutually exclusive with options: socket, port, pipe-name, pipe, mode, stdio.
1025
1065
1026
1066
1027
1067
-`--socket [<ADDRESS>:]<PORT>`
1028
1068
1029
-
Run in `socket` mode and connect to the given port. (Equivalent to `--mode socket --port <port>`) *NOTE:* This option is mutually exclusive with options: tcp, mode, stdio, port, pipe-name, pipe.
1069
+
Run in `socket` mode and connect to the given port. (Equivalent to `--mode socket --port <port>`) *NOTE:* This option is mutually exclusive with options: port, pipe-name, pipe, tcp, mode, stdio.
1030
1070
1031
1071
1032
1072
-`--pipe NAME`
1033
1073
1034
-
Run in `pipe` mode and connect to the given pipe name. (Equivalent to `--mode pipe --pipe-name <name>`) *NOTE:* This option is mutually exclusive with options: bind, socket, mode, tcp, stdio, port, pipe-name.
1074
+
Run in `pipe` mode and connect to the given pipe name. (Equivalent to `--mode pipe --pipe-name <name>`) *NOTE:* This option is mutually exclusive with options: socket, port, pipe-name, tcp, bind, mode, stdio.
1035
1075
1036
1076
1037
-
-`--mode [stdio|tcp|pipe|socket]`
1077
+
-`--mode [socket|stdio|pipe|tcp]`
1038
1078
1039
-
The mode to use for the debug launch server. *NOTE:* This option is mutually exclusive with options: stdio, tcp, socket, pipe. [env var: ROBOTCODE_MODE; default: stdio]
1079
+
The mode to use for the debug launch server. *NOTE:* This option is mutually exclusive with options: socket, stdio, pipe, tcp. [env var: ROBOTCODE_MODE; default: stdio]
The pipe to listen on or connect to. (Only valid in `pipe` and `pipe-server` mode) *NOTE:* This option is mutually exclusive with options: bind, socket, tcp, stdio, port, pipe. [env var: ROBOTCODE_PIPE_NAME]
1094
+
The pipe to listen on or connect to. (Only valid in `pipe` and `pipe-server` mode) *NOTE:* This option is mutually exclusive with options: port, pipe, tcp, bind, socket, stdio. [env var: ROBOTCODE_PIPE_NAME]
0 commit comments