Class: Takeltau::Self
- Inherits:
-
SubCommandBase
- Object
- Thor
- SubCommandBase
- Takeltau::Self
- Includes:
- LoggingModule, SelfCommands
- Defined in:
- lib/takeltau/self/cli.rb
Overview
tau self
Instance Method Summary collapse
-
#commands ⇒ Object
List all commands.
-
#version ⇒ Object
Print takeltau semantic version number.
Methods included from SelfCommands
Methods included from LoggingModule
Methods inherited from SubCommandBase
Instance Method Details
#commands ⇒ Object
List all commands.
23 24 25 26 27 28 |
# File 'lib/takeltau/self/cli.rb', line 23 def commands commands = self_commands exit false if commands == false say commands true end |
#version ⇒ Object
Print takeltau semantic version number.
38 39 40 41 |
# File 'lib/takeltau/self/cli.rb', line 38 def version say VERSION true end |