implement repos subcommand (#3) #44

Closed
root360-AndreasUlm wants to merge 14 commits from (deleted):list_repos into main
Showing only changes of commit 3797d6b1d1 - Show all commits

View File

@ -1,4 +1,4 @@
// Copyright 2018 The Gitea Authors. All rights reserved.
// Copyright 2019 The Gitea Authors. All rights reserved.
// Use of this source code is governed by a MIT-style
// license that can be found in the LICENSE file.
@ -8,8 +8,6 @@ import (
"fmt"
"log"
//"code.gitea.io/sdk/gitea"
"github.com/urfave/cli"
)