test/apps/todo/bin/todo in gli-2.9.0 vs test/apps/todo/bin/todo in gli-2.10.0
- old
+ new
@@ -15,9 +15,10 @@
end
sort_help (ENV['TODO_SORT_HELP'] || 'alpha').to_sym
wrap_help_text (ENV['TODO_WRAP_HELP_TEXT'] || 'to_terminal').to_sym
synopsis_format (ENV['SYNOPSES'] || 'full').to_sym
+hide_commands_without_desc ENV['HIDE_COMMANDS_WITHOUT_DESC'] === 'true'
subcommand_option_handling :normal
program_desc 'Manages tasks'
program_long_desc "A test program that has a sophisticated UI that can be used to exercise a lot of GLI's power"