Class: Neptuno::CLI::Version
- Inherits:
-
Dry::CLI::Command
- Object
- Dry::CLI::Command
- Neptuno::CLI::Version
- Defined in:
- lib/neptuno/cli/version.rb
Overview
Print Neptuno CLI version
Instance Method Summary collapse
Instance Method Details
#call ⇒ Object
9 10 11 |
# File 'lib/neptuno/cli/version.rb', line 9 def call(**) puts ::Neptuno::VERSION end |