mirror of
				https://gitea.com/gitea/tea.git
				synced 2025-10-31 01:05: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:
		| @@ -15,8 +15,8 @@ import ( | ||||
| // CmdNotifications is the main command to operate with notifications | ||||
| var CmdNotifications = cli.Command{ | ||||
| 	Name:        "notifications", | ||||
| 	Usage:       "show notifications", | ||||
| 	Description: "show notifications, by default based of the current repo and unread one", | ||||
| 	Usage:       "Show notifications", | ||||
| 	Description: "Show notifications, by default based of the current repo and unread one", | ||||
| 	Action:      runNotifications, | ||||
| 	Flags: append([]cli.Flag{ | ||||
| 		&cli.BoolFlag{ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 6543
					6543