Class: Ace::Docs::CLI::Commands::Status

Inherits:
Support::Cli::Command
  • Object
show all
Includes:
ScopeOptions, Support::Cli::Base
Defined in:
lib/ace/docs/cli/commands/status.rb

Overview

ace-support-cli Command class for the status command

This command shows document freshness and update status.

Instance Method Summary collapse

Instance Method Details

#call(**options) ⇒ Object



58
59
60
# File 'lib/ace/docs/cli/commands/status.rb', line 58

def call(**options)
  execute_status(options)
end