Subcomand Login Show List By Default #152

Merged
lafriks merged 2 commits from 6543/tea:subcomand-login-show-list-by-default into master 2020-07-17 07:16:44 +00:00

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,