module TandaCLI::Scopes

Extended Modules

Defined in:

tanda_cli/scopes.cr

Instance Method Summary

Instance Method Detail

def all_scopes : Array(Scope) #

[View source]
def join_to_api_string(scopes : Array(Scope)) : String #

[View source]
def parse_string_to_scope?(scope_string : String) : Scope | Nil #

[View source]
def parse_strings_to_optional_scopes(scope_strings : Array(String)) : Array(OptionalScope) #

[View source]
def parse_strings_to_scopes(scope_strings : Array(String)) : Array(Scope) #

[View source]
def prompt : Prompt #

[View source]
def to_api_name(scope : Scope) : String #

[View source]