{"library":"face","code":"from face import Command, echo\n\n@Command\ndef hello(name: str = 'World'):\n    \"\"\"A simple greeting command.\"\"\"\n    echo(f\"Hello, {name}!\")\n\nif __name__ == '__main__':\n    hello.run()","lang":"python","description":"This quickstart defines a simple command-line application with a 'hello' command that takes an optional 'name' argument. Running this script will execute the CLI parser and dispatch to the 'hello' function.","tag":null,"tag_description":null,"last_tested":"2026-04-24","results":[{"runtime":"python:3.10-alpine","exit_code":0},{"runtime":"python:3.10-slim","exit_code":0},{"runtime":"python:3.11-alpine","exit_code":0},{"runtime":"python:3.11-slim","exit_code":0},{"runtime":"python:3.12-alpine","exit_code":0},{"runtime":"python:3.12-slim","exit_code":0},{"runtime":"python:3.13-alpine","exit_code":0},{"runtime":"python:3.13-slim","exit_code":0},{"runtime":"python:3.9-alpine","exit_code":0},{"runtime":"python:3.9-slim","exit_code":0}]}