# shellcheck shell=dash
# https://gitea.com/api/swagger#/organization/orgGetTeam
___x_cmd_fjo_team_info() {
    param:scope     ___x_cmd_fjo
    param:dsl      <<A
options:
    #1                  "team id"                 <>

    --json|-j           "output json data"
A
    param:run
    ___x_cmd_fjo_curl get "/teams/${1}" | ___x_cmd_fjo_team____ui_handler Info
}

