afnio.tellurio.cli# Functions afnio_echo(message, *args[, fg]) Print a message to the console with a specific prefix. afnio.tellurio.cli.afnio_echo(message, *args, fg=None, **kwargs)[source]# Print a message to the console with a specific prefix. Parameters: message (str) – The message to print. *args – Additional arguments to pass to click.secho. fg (str) – The foreground color for the message. **kwargs – Additional keyword arguments to pass to click.secho.