mirror of
				https://gitea.com/gitea/tea.git
				synced 2025-10-31 01:05:26 +01:00 
			
		
		
		
	Improve Documentation (#433)
- document more assumptions about usage context of gitea - improve some flag descriptions (#432, #377) Co-authored-by: Norwin <git@nroo.de> Reviewed-on: https://gitea.com/gitea/tea/pulls/433 Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com> Reviewed-by: 6543 <6543@obermui.de> Co-authored-by: Norwin <noerw@noreply.gitea.io> Co-committed-by: Norwin <noerw@noreply.gitea.io>
This commit is contained in:
		
							
								
								
									
										11
									
								
								main.go
									
									
									
									
									
								
							
							
						
						
									
										11
									
								
								main.go
									
									
									
									
									
								
							| @@ -69,10 +69,13 @@ func formatBuiltWith(Tags string) string { | ||||
| 	return " built with: " + strings.Replace(Tags, " ", ", ", -1) | ||||
| } | ||||
|  | ||||
| var appDescription = `tea is a productivity helper for Gitea.  It can be used to manage most entities on one | ||||
| or multiple Gitea instances and provides local helpers like 'tea pull checkout'. | ||||
| tea makes use of context provided by the repository in $PWD if available, but is still | ||||
| usable independently of $PWD. Configuration is persisted in $XDG_CONFIG_HOME/tea. | ||||
| var appDescription = `tea is a productivity helper for Gitea. It can be used to manage most entities on | ||||
| one or multiple Gitea instances & provides local helpers like 'tea pr checkout'. | ||||
|  | ||||
| tea tries to make use of context provided by the repository in $PWD if available. | ||||
| tea works best in a upstream/fork workflow, when the local main branch tracks the | ||||
| upstream repo. tea assumes that local git state is published on the remote before | ||||
| doing operations with tea.    Configuration is persisted in $XDG_CONFIG_HOME/tea. | ||||
| ` | ||||
|  | ||||
| var helpTemplate = bold(` | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Norwin
					Norwin