summaryrefslogtreecommitdiffstats
path: root/HomeBrewFormula
diff options
context:
space:
mode:
authorDan Davison <dandavison7@gmail.com>2020-06-27 16:21:48 -0400
committerDan Davison <dandavison7@gmail.com>2020-06-27 16:37:03 -0400
commitc7bb973e0ff0103b6197585c60563b596e5faf0a (patch)
tree8eaedaf320b9a3876c44b17f665901e01f92db7f /HomeBrewFormula
parent026c3dd99fff44e041a3f1e98e141fff0cd42f41 (diff)
Rename --list-*, --show-* commands
--list-syntax-themes => --show-syntax-themes --list-syntax-theme-names => --list-syntax-themes --show-styles => --show-config Fixes #207 Fixes #226
Diffstat (limited to 'HomeBrewFormula')
-rw-r--r--HomeBrewFormula/git-delta.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/HomeBrewFormula/git-delta.rb b/HomeBrewFormula/git-delta.rb
index ffae7289..4ed29880 100644
--- a/HomeBrewFormula/git-delta.rb
+++ b/HomeBrewFormula/git-delta.rb
@@ -20,6 +20,6 @@ class GitDelta < Formula
end
test do
- shell_output "#{bin}/delta --list-syntax-themes"
+ shell_output "#{bin}/delta --show-syntax-themes"
end
end