mozci/console/commands/push.py [197:255]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    arguments = [
        argument(
            "branch",
            description="Branch the push belongs to (e.g autoland, try, etc).",
            optional=True,
            default="autoland",
        )
    ]
    options = [
        option("rev", description="Head revision of the push.", flag=False),
        option(
            "from-date",
            description='Lower bound of the push range (as a date in yyyy-mm-dd format or a human expression like "1 days ago").',
            flag=False,
        ),
        option(
            "to-date",
            description='Upper bound of the push range (as a date in yyyy-mm-dd format or a human expression like "1 days ago"), defaults to now.',
            flag=False,
        ),
        option(
            "intermittent-confidence-threshold",
            description="Medium confidence threshold used to classify the regressions.",
            flag=False,
        ),
        option(
            "real-confidence-threshold",
            description="High confidence threshold used to classify the regressions.",
            flag=False,
        ),
        option(
            "use-possible-regressions",
            description="Use possible regressions while classifying the regressions.",
            default=None,
            flag=False,
        ),
        option(
            "unknown-from-regressions",
            description="Unknown from regressions while classifying the regressions.",
            default=None,
            flag=False,
        ),
        option(
            "consider-children-pushes-configs",
            description="Consider children pushes configs while classifying the regressions.",
            default=None,
            flag=False,
        ),
        option(
            "cross-config-counts",
            description="Cross-config counts used to classify the regressions.",
            flag=False,
        ),
        option(
            "consistent-failures-counts",
            description="Consistent failures counts used to classify the regressions.",
            flag=False,
        ),
        option(
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



mozci/console/commands/push.py [761:819]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    arguments = [
        argument(
            "branch",
            description="Branch the push belongs to (e.g autoland, try, etc).",
            optional=True,
            default="autoland",
        )
    ]
    options = [
        option("rev", description="Head revision of the push.", flag=False),
        option(
            "from-date",
            description='Lower bound of the push range (as a date in yyyy-mm-dd format or a human expression like "1 days ago").',
            flag=False,
        ),
        option(
            "to-date",
            description='Upper bound of the push range (as a date in yyyy-mm-dd format or a human expression like "1 days ago"), defaults to now.',
            flag=False,
        ),
        option(
            "intermittent-confidence-threshold",
            description="Medium confidence threshold used to classify the regressions.",
            flag=False,
        ),
        option(
            "real-confidence-threshold",
            description="High confidence threshold used to classify the regressions.",
            flag=False,
        ),
        option(
            "use-possible-regressions",
            description="Use possible regressions while classifying the regressions.",
            default=None,
            flag=False,
        ),
        option(
            "unknown-from-regressions",
            description="Unknown from regressions while classifying the regressions.",
            default=None,
            flag=False,
        ),
        option(
            "consider-children-pushes-configs",
            description="Consider children pushes configs while classifying the regressions.",
            default=None,
            flag=False,
        ),
        option(
            "cross-config-counts",
            description="Cross-config counts used to classify the regressions.",
            flag=False,
        ),
        option(
            "consistent-failures-counts",
            description="Consistent failures counts used to classify the regressions.",
            flag=False,
        ),
        option(
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



