Add version number to cask json option
Old: $ brew cask info --json <formula> New: $ brew cask info --json-v1 <formula>
This commit is contained in:
parent
0bfc6bd490
commit
22b3102fbe
@ -3,7 +3,7 @@ require "json"
|
|||||||
module Hbc
|
module Hbc
|
||||||
class CLI
|
class CLI
|
||||||
class Info < AbstractCommand
|
class Info < AbstractCommand
|
||||||
option "--json", :json, false
|
option "--json-v1", :json, false
|
||||||
|
|
||||||
def initialize(*)
|
def initialize(*)
|
||||||
super
|
super
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user