Common subcommand naming scheme #208

Merged
6543 merged 5 commits from noerw/tea:issue-37-cmd-naming-scheme into master 2020-10-02 15:46:53 +00:00
Member

fixes #37

fixes #37
noerw added 2 commits 2020-09-30 08:22:08 +00:00
add "list" as alias for "ls" subcommand
All checks were successful
continuous-integration/drone/pr Build is passing
c2d504e538
6543 reviewed 2020-09-30 08:26:34 +00:00
Dismissed
@ -17,3 +17,3 @@
var CmdMilestones = cli.Command{
Name: "milestones",
Aliases: []string{"ms", "mile"},
Aliases: []string{"milestone", "ms", "mile"},
Owner

I think we can drop mile?

I think we can drop mile?
6543 added this to the v0.6.0 milestone 2020-09-30 08:27:01 +00:00
6543 added the
kind
enhancement
label 2020-09-30 08:27:07 +00:00
6543 approved these changes 2020-09-30 08:31:22 +00:00
Dismissed
6543 left a comment
Owner

beside this one nit ...

beside this one nit ...
noerw added 1 commit 2020-09-30 08:50:31 +00:00
document command schema in CONTRIBUTING.md
and update this file, its a plain copy from gitea
All checks were successful
continuous-integration/drone/pr Build is passing
c2243cec90
noerw added 1 commit 2020-09-30 08:54:18 +00:00
drop tea mile alias
All checks were successful
continuous-integration/drone/pr Build is passing
3c8c515d49
6543 added the
status/needs-reviews
label 2020-09-30 11:03:14 +00:00
Owner

@noerw pleace resolve conflict

@noerw pleace resolve conflict
noerw added 1 commit 2020-10-01 14:46:49 +00:00
Merge branch 'master' into issue-37-cmd-naming-scheme
All checks were successful
continuous-integration/drone/pr Build is passing
d8642963a5
6543 approved these changes 2020-10-01 19:29:11 +00:00
Dismissed
techknowlogick approved these changes 2020-10-02 14:17:28 +00:00
Dismissed
techknowlogick removed the
status/needs-reviews
label 2020-10-02 14:17:39 +00:00
6543 merged commit 3ee5501257 into master 2020-10-02 15:46:53 +00:00
Sign in to join this conversation.
No description provided.