lib/yard/cli/command_parser.rb in yard-0.8.5.2 vs lib/yard/cli/command_parser.rb in yard-0.8.6

- old
+ new

@@ -29,20 +29,22 @@ # are specified or attr_accessor :default_command end self.commands = SymbolHash[ - :config => Config, - :diff => Diff, - :doc => Yardoc, - :gems => Gems, - :graph => Graph, - :help => Help, - :list => List, - :ri => YRI, - :server => Server, - :stats => Stats, - :i18n => I18n + :config => Config, + :diff => Diff, + :display => Display, + :doc => Yardoc, + :gems => Gems, + :graph => Graph, + :help => Help, + :list => List, + :markups => MarkupTypes, + :ri => YRI, + :server => Server, + :stats => Stats, + :i18n => I18n ] self.default_command = :doc # Convenience method to create a new CommandParser and call {#run}