Why this is a good first issue
Quick start shows `sotto share DATABASE_URL` (one view, no expiry). The CLI already takes `--views` and `--expire` (see `crates/cli/src/main.rs`). Nobody finds those flags without `--help`.
Copy only.
What to do
In README.md, immediately under the Quick start snippet, add two example lines (in the block or as a second tiny block):
sotto share DATABASE_URL --views 3
sotto share DATABASE_URL --expire 3600 # lifetime in seconds
One sentence: the default is one view and no expiry; the link burns after the last view.
British English, no em dashes.
Out of scope
Do not document `--passphrase`. Do not change share defaults. Skip the landing-page terminal transcript (that block is a real session, not a flags catalogue).
Why this is a good first issue
Quick start shows `sotto share DATABASE_URL` (one view, no expiry). The CLI already takes `--views` and `--expire` (see `crates/cli/src/main.rs`). Nobody finds those flags without `--help`.
Copy only.
What to do
In README.md, immediately under the Quick start snippet, add two example lines (in the block or as a second tiny block):
sotto share DATABASE_URL --views 3 sotto share DATABASE_URL --expire 3600 # lifetime in secondsOne sentence: the default is one view and no expiry; the link burns after the last view.
British English, no em dashes.
Out of scope
Do not document `--passphrase`. Do not change share defaults. Skip the landing-page terminal transcript (that block is a real session, not a flags catalogue).