Skip to content

enum Athena::Console::Completion::Input::Type #

Members#

NONE = 0#

Nothing should be completed.

ARGUMENT_VALUE = 1#

Completing the value of an argument.

OPTION_VALUE = 2#

Completing the value of an option.

OPTION_NAME = 3#

Completing the name of an option.

Methods#

#argument_value?#

View source

#none?#

View source

#option_name?#

View source

#option_value?#

View source