-
-
Notifications
You must be signed in to change notification settings - Fork 103
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue edit #245
Issue edit #245
Conversation
also --edit should work in all cases
Codecov Report
@@ Coverage Diff @@
## master #245 +/- ##
==========================================
+ Coverage 68.22% 69.25% +1.02%
==========================================
Files 42 43 +1
Lines 2219 2387 +168
==========================================
+ Hits 1514 1653 +139
- Misses 550 565 +15
- Partials 155 169 +14
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #245 +/- ##
==========================================
+ Coverage 68.34% 69.26% +0.91%
==========================================
Files 43 44 +1
Lines 2278 2414 +136
==========================================
+ Hits 1557 1672 +115
- Misses 562 573 +11
- Partials 159 169 +10
Continue to review full report at Codecov.
|
I just updated this use to use |
@claytonrcarter Sorry I'm just looking at this again since last time. I think Do you think it makes sense to change back with that in mind? Read to merge this when I hear back. |
@claytonrcarter forgot I added you as a collaborator. Approved the PR, feel free to merge at your discretion. |
This reverts commit fc75df4 per discussion zaquestion#245 (comment).
Makes sense! I reverted the last commit and will merge later today. Thanks! |
See discussion in #76. I skipped the
title
andedit
flags, and removed the shorthand forunlabel
andunassign
.This is fully functional, but before it goes further we should confirm the naming of the flags, and specifically the assign & unassign flags. They pair nicely, of course, and I like how they feel in use but they're inconsistent with other commands:
lab issue create
uses--assignees
(even though it only takes one) andlab mr create
uses--assignee
. If I change this to useassignee
, thenunassign
feels out of place, but changingunassign
to something likeremove-assignee
feels overly verbose. Feedback or opinions would be helpful.