[hb-info] Default to --show-all

pull/4048/head
Behdad Esfahbod 2 years ago
parent 1eca2c88a2
commit c1679e0266
  1. 4
      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);

Loading…
Cancel
Save