From 659f734b35314e79ea98f56caa51bccd18696dc4 Mon Sep 17 00:00:00 2001 From: Pepper Lebeck-Jobe Date: Tue, 4 Apr 2017 22:56:19 +0900 Subject: [PATCH 1/2] Add a --verbose option for listing labels When --verbose (-v) is passed to the `ghi label -l -v` command, it shows the hex codes for the colors of the labels instead of just using the color on the background in the terminal. This allows users to know what colors are already being used in case they want to make a matching set of labels for their repository. --- lib/ghi/commands/label.rb | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/lib/ghi/commands/label.rb b/lib/ghi/commands/label.rb index c63e380..226eeba 100644 --- a/lib/ghi/commands/label.rb +++ b/lib/ghi/commands/label.rb @@ -16,7 +16,7 @@ def options usage: ghi label [-c ] [-r ] or: ghi label -D or: ghi label [-a] [-d] [-f]