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?# Returns true if this enum value equals ARGUMENT_VALUE View source #none?# Returns true if this enum value equals NONE View source #option_name?# Returns true if this enum value equals OPTION_NAME View source #option_value?# Returns true if this enum value equals OPTION_VALUE View source