mirror of
				https://gitea.com/gitea/tea.git
				synced 2025-10-31 01:05:26 +01:00 
			
		
		
		
	Add organization delete command (#270)
Added organization delete command. Fix #269 Signed-off-by: Karl Heinz Marbaise <kama@soebes.de> Supplemental check for response. Co-authored-by: Karl Heinz Marbaise <kama@soebes.de> Reviewed-on: https://gitea.com/gitea/tea/pulls/270 Reviewed-by: Norwin <noerw@noreply.gitea.io> Reviewed-by: 6543 <6543@obermui.de> Co-Authored-By: khmarbaise <khmarbaise@noreply.gitea.io> Co-Committed-By: khmarbaise <khmarbaise@noreply.gitea.io>
This commit is contained in:
		| @@ -22,6 +22,7 @@ var CmdOrgs = cli.Command{ | ||||
| 	Action:      runOrganizations, | ||||
| 	Subcommands: []*cli.Command{ | ||||
| 		&organizations.CmdOrganizationList, | ||||
| 		&organizations.CmdOrganizationDelete, | ||||
| 	}, | ||||
| } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 khmarbaise
					khmarbaise