Class: GitHealthCheck::Cli::HelpCommand
- Inherits:
-
GitHealthCheckCommand
- Object
- GitHealthCheckCommand
- GitHealthCheck::Cli::HelpCommand
- Defined in:
- lib/git-health-check/cli/help_command.rb
Instance Method Summary collapse
Methods inherited from GitHealthCheckCommand
Constructor Details
This class inherits a constructor from GitHealthCheck::Cli::GitHealthCheckCommand
Instance Method Details
#execute(view) ⇒ Object
6 7 8 9 |
# File 'lib/git-health-check/cli/help_command.rb', line 6 def execute(view) view.output(@parser.to_s) view.report_success end |