class Fingers::Commands::Version
- Fingers::Commands::Version
- Cling::Command
- Reference
- Object
Defined in:
fingers/commands/version.crInstance Method Summary
- #run(arguments, options) : Nil
-
#setup : Nil
An abstract method that should define information about the command such as the name, aliases, arguments, options, etc.
Instance Method Detail
def setup : Nil
#
Description copied from class Cling::Command
An abstract method that should define information about the command such as the name, aliases, arguments, options, etc. The command name is required for all commands, all other values are optional including the help message.