mozci/console/commands/push.py [197:205]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    arguments = [
        argument(
            "branch",
            description="Branch the push belongs to (e.g autoland, try, etc).",
            optional=True,
            default="autoland",
        )
    ]
    options = [
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



mozci/console/commands/push.py [1311:1319]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    arguments = [
        argument(
            "branch",
            description="Branch the push belongs to (e.g autoland, try, etc).",
            optional=True,
            default="autoland",
        )
    ]
    options = [
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



