mirror of
				https://github.com/go-gitea/gitea
				synced 2025-10-31 11:28:24 +00:00 
			
		
		
		
	Intorduce "config edit-ini" sub command to help maintaining INI config file (#35735)
Ref: #32669. Helps addressing https://gitea.com/gitea/helm-chart/issues/356.
This commit is contained in:
		| @@ -128,6 +128,7 @@ func NewMainApp(appVer AppVersion) *cli.Command { | ||||
|  | ||||
| 	// these sub-commands do not need the config file, and they do not depend on any path or environment variable. | ||||
| 	subCmdStandalone := []*cli.Command{ | ||||
| 		cmdConfig(), | ||||
| 		cmdCert(), | ||||
| 		CmdGenerate, | ||||
| 		CmdDocs, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user