Class: Agentilda::CLI::States

Inherits:
Dry::CLI::Command
  • Object
show all
Defined in:
lib/agentilda/cli/states/states.rb

Overview

agentilda states — the state machine, as a terminal diagram.

Instance Method Summary collapse

Instance Method Details

#callvoid

This method returns an undefined value.



12
# File 'lib/agentilda/cli/states/states.rb', line 12

def call(**) = $stdout.write(Diagram.new.render)