1
1
Fork 0
mirror of https://gitea.com/gitea/tea synced 2024-06-02 04:56:08 +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:
6543 2020-07-17 07:16:38 +00:00 committed by lafriks
parent 3a382e73b1
commit 12ea1ad35c

View File

@ -21,6 +21,7 @@ var CmdLogin = cli.Command{
Name: "login",
Usage: "Log in to a Gitea server",
Description: `Log in to a Gitea server`,
Action: runLoginList,
Subcommands: []*cli.Command{
&cmdLoginList,
&cmdLoginAdd,