class Athena::Console::Helper::AthenaQuestion

Overview

Extension of ACON::Helper::Question that provides more structured output.

See ACON::Style::Athena.

Defined in:

helper/athena_question.cr

Instance methods inherited from class Athena::Console::Helper::Question

ask(input : ACON::Input::Interface, output : ACON::Output::Interface, question : ACON::Question::Base) ask

Class methods inherited from class Athena::Console::Helper::Question

disable_stty : Nil disable_stty

Instance methods inherited from class Athena::Console::Helper

helper_set : ACON::Helper::HelperSet | Nil helper_set, helper_set=(helper_set : ACON::Helper::HelperSet | Nil) helper_set=

Class methods inherited from class Athena::Console::Helper

format_time(span : Time::Span) : String
format_time(seconds : Number) : String
format_time
, remove_decoration(formatter : ACON::Formatter::Interface, string : String) : String remove_decoration, width(string : String) : Int32 width

Instance methods inherited from module Athena::Console::Helper::Interface

helper_set : ACON::Helper::HelperSet | Nil helper_set, helper_set=(helper_set : ACON::Helper::HelperSet | Nil) helper_set=