class

Geode::CLI

Inherits Geode::Commands::Base / Cling::Command / Reference / Object

Instance methods

run(arguments : Cling::Arguments, options : Cling::Options) : Nil

The main point of execution for the command, where arguments and options can be accessed.

Source
setup

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.

Source