Class: Lutaml::Xsd::Commands::StatsCommand

Inherits:
Thor
  • Object
show all
Defined in:
lib/lutaml/xsd/commands/stats_command.rb

Overview

Thor subcommand for displaying repository statistics

Defined Under Namespace

Classes: ShowCommand

Instance Method Summary collapse

Instance Method Details

#show(path) ⇒ Object



45
46
47
# File 'lib/lutaml/xsd/commands/stats_command.rb', line 45

def show(path)
  ShowCommand.new(path, options).run
end