# shellcheck shell=bash disable=SC2034,SC2154 disable=SC2154

xrc:mod:lib     fjo     repo/branch/protection/ls   \
                        repo/branch/protection/info \
                        repo/branch/protection/set  \
                        repo/branch/protection/unset

___x_cmd_fjo_repo_branch_protection(){
    param:subcmd ___x_cmd_fjo_repo_branch_protection            \
        "info"              "protection branch info"            \
        "ls"                "protection branch list"            \
        unset               "remove branch protection"          \
        set                 "set branch to protection branch"
    param:subcmd:try
    param:run


    ___x_cmd_fjo_repo_branch_protection _param_help_doc
    return 1
}




