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

This commit is contained in:
Behdad Esfahbod 2023-01-19 14:41:13 -07:00
parent 1eca2c88a2
commit c1679e0266
1 changed files with 4 additions and 0 deletions

View File

@ -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);