From c1679e02662d1589dfcdc8802a8ae7889807405b Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Thu, 19 Jan 2023 14:41:13 -0700 Subject: [PATCH] [hb-info] Default to --show-all --- util/hb-info.cc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/util/hb-info.cc b/util/hb-info.cc index e090af133..a7198092c 100644 --- a/util/hb-info.cc +++ b/util/hb-info.cc @@ -522,6 +522,10 @@ struct main_font_t : int operator () (int argc, char **argv) { add_options (); + + if (argc == 2) + consumer_t::show_all = true; + parse (&argc, &argv); consumer_t::operator () (this);