mirror of
				https://gitea.com/gitea/tea.git
				synced 2025-10-31 01:05:26 +01:00 
			
		
		
		
	Add more command shorthands (#307)
add more command aliases breaking: s/notif/n Co-authored-by: Norwin Roosen <git@nroo.de> Reviewed-on: https://gitea.com/gitea/tea/pulls/307 Reviewed-by: 6543 <6543@obermui.de> Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com> Co-Authored-By: Norwin <noerw@noreply.gitea.io> Co-Committed-By: Norwin <noerw@noreply.gitea.io>
This commit is contained in:
		| @@ -19,8 +19,9 @@ import ( | ||||
| // CmdOpen represents a sub command of issues to open issue on the web browser | ||||
| var CmdOpen = cli.Command{ | ||||
| 	Name:        "open", | ||||
| 	Usage:       "Open something of the repository on web browser", | ||||
| 	Description: `Open something of the repository on web browser`, | ||||
| 	Aliases:     []string{"o"}, | ||||
| 	Usage:       "Open something of the repository in web browser", | ||||
| 	Description: `Open something of the repository in web browser`, | ||||
| 	Action:      runOpen, | ||||
| 	Flags:       append([]cli.Flag{}, flags.LoginRepoFlags...), | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Norwin
					Norwin