add tea issues [open|close] commands #99

Merged
lunny merged 6 commits from noerw/tea:issue-openclose into master 2020-04-22 16:09:36 +00:00
Member
No description provided.
lunny reviewed 2020-03-05 15:35:59 +00:00
Dismissed
cmd/issues.go Outdated
@ -159,0 +162,4 @@
// CmdIssuesOpen represents a sub command of issues to open an issue
var CmdIssuesOpen = cli.Command{
Name: "open",
Owner

It's more suitable to rename to reopen.

It's more suitable to rename to `reopen`.
Author
Member

I renamed it to reopen, but left open as command alias

I renamed it to `reopen`, but left `open` as command alias
lunny added this to the v0.3.0 milestone 2020-03-05 15:38:35 +00:00
6543 added the
kind
feature
label 2020-03-07 01:55:09 +00:00
noerw changed title from add subcmds: tea issues [open|close] to add `tea issues [open|close]` commands 2020-03-07 13:45:04 +00:00
6543 approved these changes 2020-04-01 03:42:49 +00:00
Dismissed
lunny reviewed 2020-04-01 08:33:41 +00:00
Dismissed
cmd/issues.go Outdated
@ -24,3 +25,4 @@
Subcommands: []*cli.Command{
&CmdIssuesList,
&CmdIssuesCreate,
&CmdIssuesOpen,
Owner

How about just rename it CmdIssuesReopen?

How about just rename it `CmdIssuesReopen`?
6543 requested review from lunny 2020-04-18 00:31:17 +00:00
Owner

@noerw pleace "update" this branch 👍

@noerw pleace "update" this branch :+1:
lunny approved these changes 2020-04-22 11:12:56 +00:00
Dismissed
Owner

@noerw a other pull removed "strings" from import - pleace fix merger relicts

@noerw a other pull removed "strings" from import - pleace fix merger relicts
zeripath approved these changes 2020-04-22 12:53:05 +00:00
Dismissed
Owner

You need to add "strings" to the imports.

You need to add `"strings"` to the imports.
Author
Member

thanks, done!

thanks, done!
lunny merged commit 1a4d8edf37 into master 2020-04-22 16:09:36 +00:00
Sign in to join this conversation.
No description provided.