Build::Commands::Login
Inherits Build::Commands::Base < Athena::Console::Command < Reference < Object
Instance methods
execute(input : ACON::Input::Interface, output : ACON::Output::Interface) : ACON::Command::Status
Executes the command with the provided input and output, returning the status of the invocation via ACON::Command::Status.
This method MUST be defined and implement the business logic for the command.