mirror of
				https://gitea.com/gitea/tea.git
				synced 2025-10-31 09:15:26 +01:00 
			
		
		
		
	Changelog v0.5.0 (#205)
Add Changelog for v0.5.0 Update SubComand Descriptions Co-authored-by: 6543 <6543@obermui.de> Reviewed-on: https://gitea.com/gitea/tea/pulls/205 Reviewed-by: Norwin <noerw@noreply.gitea.io> Reviewed-by: Andrew Thornton <art27@cantab.net>
This commit is contained in:
		| @@ -17,8 +17,8 @@ import ( | ||||
| // CmdIssues represents to login a gitea server. | ||||
| var CmdIssues = cli.Command{ | ||||
| 	Name:        "issues", | ||||
| 	Usage:       "List and create issues", | ||||
| 	Description: `List and create issues`, | ||||
| 	Usage:       "List, create and update issues", | ||||
| 	Description: "List, create and update issues", | ||||
| 	ArgsUsage:   "[<issue index>]", | ||||
| 	Action:      runIssues, | ||||
| 	Subcommands: []*cli.Command{ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 6543
					6543