grai_cli
utilities
validators

url_callback

def url_callback(styled_input: str) -> str

Arguments:

  • styled_input - The potentially styled input from the user

Returns:

a valid url

username_callback

def username_callback(styled_input: str) -> str

Arguments:

  • styled_input - The potentially styled input from the user

Returns:

a valid email address

workspace_callback

def workspace_callback(styled_input: str) -> str

Arguments:

  • styled_input - The potentially styled input from the user

Returns:

a valid workspace string

password_callback

def password_callback(styled_input: str) -> str

Arguments:

  • styled_input - The potentially styled input from the user

Returns:

a valida password string

api_key_callback

def api_key_callback(styled_input: str) -> str