maple.cmd.cli.env.env_tasks
- maple.cmd.cli.env.env_tasks(backend: str = <typer.models.ArgumentInfo object>, suite: str | None = <typer.models.OptionInfo object>, port: int = <typer.models.OptionInfo object>) None
List available tasks for an environment backend.
Queries the daemon for all available tasks in the specified environment backend. Can optionally filter to a specific task suite. Displays task indices, names, and instructions for each suite.
- Parameters:
backend – Name of the environment backend to query.
suite – Optional suite name to filter results.
port – Daemon port number.