mirror of
https://gitea.com/gitea/tea.git
synced 2026-05-15 20:29:22 +02:00
fix: pass the name flag value as the organization FullName (#832)
This change proposes that, when creating an organization using the CLI, the value provided in the `--name` parameter is used as the organization `FullName`. --------- Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com> Reviewed-on: https://gitea.com/gitea/tea/pulls/832 Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com> Co-authored-by: cpamayo <anderson.carl3@mayo.edu> Co-committed-by: cpamayo <anderson.carl3@mayo.edu>
This commit is contained in:
@@ -1043,12 +1043,12 @@ Create an organization
|
||||
|
||||
**--description, -d**="":
|
||||
|
||||
**--full-name, -n**="":
|
||||
|
||||
**--location, -L**="":
|
||||
|
||||
**--login, -l**="": Use a different Gitea Login. Optional
|
||||
|
||||
**--name, -n**="":
|
||||
|
||||
**--repo-admins-can-change-team-access**:
|
||||
|
||||
**--visibility, -v**="":
|
||||
|
||||
Reference in New Issue
Block a user