1
0
mirror of https://gitea.com/gitea/tea.git synced 2025-01-11 10:40:57 +01:00
gitea-tea/modules/interact
6543 c063329e9a [Refactor] unexport config.Config var & move login tasks to task module ()
Unexport generateToken()

move CreateLogin into task

Create func config.SetDefaultLogin()

Unexport loadConfig() & saveConfig

unexport config var

make SetDefaultLogin() case insensitive

update func descriptions

move FindSSHKey to task module

Reviewed-on: https://gitea.com/gitea/tea/pulls/288
Reviewed-by: Norwin <noerw@noreply.gitea.io>
Reviewed-by: Andrew Thornton <art27@cantab.net>
Co-Authored-By: 6543 <6543@obermui.de>
Co-Committed-By: 6543 <6543@obermui.de>
2020-12-12 21:28:37 +08:00
..
login.go [Refactor] unexport config.Config var & move login tasks to task module () 2020-12-12 21:28:37 +08:00
prompts.go move git auth prompts to interact module () 2020-12-08 09:21:05 +08:00
pull_create.go Add interactive mode for tea pr create () 2020-12-09 05:41:50 +08:00