@@ -514,11 +514,14 @@ def all(
514514 Discover suites, tests, tasks with the selected configuration,
515515 profiles, options and arguments.
516516
517+ You can use all known `robot` arguments to filter for example by tags or to use pre-run-modifier.
518+
517519 \b
518520 Examples:
519521 ```
520522 robotcode discover all
521523 robotcode --profile regression discover all
524+ robotcode --profile regression discover all --include regression --exclude wipANDnotready
522525 ```
523526 """
524527
@@ -583,11 +586,14 @@ def tests(
583586 Discover tests with the selected configuration, profiles, options and
584587 arguments.
585588
589+ You can use all known `robot` arguments to filter for example by tags or to use pre-run-modifier.
590+
586591 \b
587592 Examples:
588593 ```
589594 robotcode discover tests
590595 robotcode --profile regression discover tests
596+ robotcode --profile regression discover tests --include regression --exclude wipANDnotready
591597 ```
592598 """
593599
@@ -627,11 +633,14 @@ def suites(
627633 Discover suites with the selected configuration, profiles, options and
628634 arguments.
629635
636+ You can use all known `robot` arguments to filter for example by tags or to use pre-run-modifier.
637+
630638 \b
631639 Examples:
632640 ```
633641 robotcode discover suites
634642 robotcode --profile regression discover suites
643+ robotcode --profile regression discover suites --include regression --exclude wipANDnotready
635644 ```
636645 """
637646
@@ -683,6 +692,8 @@ def tags(
683692 Discover tags with the selected configuration, profiles, options and
684693 arguments.
685694
695+ You can use all known `robot` arguments to filter for example by tags or to use pre-run-modifier.
696+
686697 \b
687698 Examples:
688699 ```
0 commit comments