mirror of
https://gitea.com/gitea/tea.git
synced 2025-09-03 02:18:30 +02:00
Subcomand Login Show List By Default (#152)
tea login list by default Co-authored-by: 6543 <6543@obermui.de> Reviewed-on: https://gitea.com/gitea/tea/pulls/152 Reviewed-by: techknowlogick <techknowlogick@gitea.io> Reviewed-by: lafriks <lafriks@noreply.gitea.io>
This commit is contained in:
@ -21,6 +21,7 @@ var CmdLogin = cli.Command{
|
|||||||
Name: "login",
|
Name: "login",
|
||||||
Usage: "Log in to a Gitea server",
|
Usage: "Log in to a Gitea server",
|
||||||
Description: `Log in to a Gitea server`,
|
Description: `Log in to a Gitea server`,
|
||||||
|
Action: runLoginList,
|
||||||
Subcommands: []*cli.Command{
|
Subcommands: []*cli.Command{
|
||||||
&cmdLoginList,
|
&cmdLoginList,
|
||||||
&cmdLoginAdd,
|
&cmdLoginAdd,
|
||||||
|
Reference in New Issue
Block a user