Class: Smartdict::Commands::VersionCommand
- Inherits:
-
AbstractCommand
- Object
- AbstractCommand
- Smartdict::Commands::VersionCommand
- Includes:
- Smartdict::Core
- Defined in:
- lib/smartdict/commands/version_command.rb
Overview
Displays information about the program. It’s executed when user runs one of:
-
smartdict -v
-
smartdict –version
-
smartdict version
Constant Summary
Constants inherited from AbstractCommand
Instance Method Summary collapse
-
#execute ⇒ Object
:nodoc:.
Methods inherited from AbstractCommand
arguments, default, #extract_arguments_and_options, help_message, help_syntax_message, help_usage_message, inherited, #initialize, options, prog_name, run, #set_arguments!, #set_arguments_and_options!, set_description, set_name, #set_options!, set_summary, set_syntax, set_usage
Constructor Details
This class inherits a constructor from Smartdict::Commands::AbstractCommand