feat: expose casks in tap.to_hash for tap-info --json
This commit is contained in:
parent
d0f40eda16
commit
2c86e7e127
@ -529,6 +529,7 @@ class Tap
|
||||
"formula_names" => formula_names,
|
||||
"formula_files" => formula_files.map(&:to_s),
|
||||
"command_files" => command_files.map(&:to_s),
|
||||
"cask_files" => cask_files.map(&:to_s),
|
||||
"pinned" => pinned?,
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user