Add milestones subcomands #149

Merged
6543 merged 18 commits from 6543/tea:feat_milestones into master 2020-09-17 19:35:25 +00:00
Showing only changes of commit bde7251852 - Show all commits

View File

@ -5,10 +5,11 @@
package cmd
import (
"code.gitea.io/sdk/gitea"
"fmt"
"github.com/urfave/cli/v2"
"strconv"
"code.gitea.io/sdk/gitea"
"github.com/urfave/cli/v2"
)
// CmdMilestonesIssues represents a sub command of milestones to manage issue/pull of an milestone