add repos subcommand [continue #44] (#3) #65

Merged
lunny merged 23 commits from 6543/tea:repos_subcommand into master 2019-11-08 01:33:49 +00:00
Showing only changes of commit 01d4f929ac - Show all commits

View File

@ -54,7 +54,7 @@ func runRepos(ctx *cli.Context) error {
return nil
}
func initCommandLoginOnly(ctx *cli.Context) (*Login) {
func initCommandLoginOnly(ctx *cli.Context) *Login {
err := loadConfig(yamlConfigPath)
if err != nil {
log.Fatal("load config file failed", yamlConfigPath)