This repository has been archived by the owner on Dec 31, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
some tweaks to multiple issue support (#12)
- rename the long opts to '--{add,remove}-issues' - use dashdash custom type to parse user-supplied value sooner - clean up (debatable I suppose :) the option/arg handling to determine the action being performed - drop unused optional "ISSUE" arg to `grr -D [ISSUE]` - allow extra issues initially via `grr MAIN-ISSUE [EXTRA-ISSUES ...]` - show titles of extra issues in regular grr output - cache issue data for extra issues in .git/config (and add a TODO for how these can be used to not have to re-fetch extra issue data for every run)
- Loading branch information
Showing
6 changed files
with
167 additions
and
98 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.