class Fingers::MainCommand

Defined in:

fingers/cli.cr

Instance Method Summary

Instance Method Detail

def run(arguments, options) : Nil #

[View source]
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.


[View source]