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:
parent
3a382e73b1
commit
12ea1ad35c
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue