test/apps/todo/bin/todo in gli-2.8.1 vs test/apps/todo/bin/todo in gli-2.9.0
- old
+ new
@@ -14,9 +14,10 @@
include GLI::App
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
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"