# app

URL: /milo-cli/api/milo/_scaffold/default/app/
Section: default
Description: {{name}} — a milo CLI scaffolded by `milo new`.

Run modes:
    uv run python app.py greet --name Alice
    uv run python app.py --llms-txt
    uv run python app.py --mcp

---

> For a complete page index, fetch /milo-cli/llms.txt.

Open LLM text
(/milo-cli/api/milo/_scaffold/default/app/index.txt)

Share with AI

Ask Claude
(https://claude.ai/new?q=Please%20help%20me%20understand%20this%20documentation%3A%20%2Fmilo-cli%2Fapi%2Fmilo%2F_scaffold%2Fdefault%2Fapp%2Findex.txt)

Ask ChatGPT
(https://chatgpt.com/?q=Please%20help%20me%20understand%20this%20documentation%3A%20%2Fmilo-cli%2Fapi%2Fmilo%2F_scaffold%2Fdefault%2Fapp%2Findex.txt)

Ask Gemini
(https://gemini.google.com/app?q=Please%20help%20me%20understand%20this%20documentation%3A%20%2Fmilo-cli%2Fapi%2Fmilo%2F_scaffold%2Fdefault%2Fapp%2Findex.txt)

Ask Copilot
(https://copilot.microsoft.com/?q=Please%20help%20me%20understand%20this%20documentation%3A%20%2Fmilo-cli%2Fapi%2Fmilo%2F_scaffold%2Fdefault%2Fapp%2Findex.txt)

Module

#
`_scaffold.default.app`

{{name}} — a milo CLI scaffolded by`milo new`.

Run modes:

```
uv run python app.py greet --name Alice
uv run python app.py --llms-txt
uv run python app.py --mcp
```

1Function

## Functions

`greet`

2

`str`

▼

Greet someone by name.

`def greet(name: str, loud: bool = False) -> str`

##### Parameters

Name
Type
Description

`name`
`str`

The person to greet.

`loud`
`bool`

If true, SHOUT.

Default:`False`

##### Returns

`str`
