mirror of
https://gitea.com/gitea/tea.git
synced 2024-11-03 04:27:21 -05: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:
parent
3a382e73b1
commit
12ea1ad35c
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user