Skip to content

Commit 81ebb8d

Browse files
committed
Remove command-line options from AGENTS.md
Development guide doesn't need user-facing runtime options.
1 parent 391ff02 commit 81ebb8d

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

AGENTS.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ This repository contains a Python synthesizer and its accompanying tests.
1111
## Commands
1212
- Build/Install: `uv sync`
1313
- Run app: `uv run python main.py`
14-
- With MIDI file: `uv run python main.py --midi FILE [--play]`
15-
- With patch: `uv run python main.py --patch NAME`
1614
- Lint: `uv run ruff check .`
1715
- Run all tests: `uv run pytest`
1816
- Run single test: `uv run pytest tests/test_file.py::TestClass::test_function -v`

0 commit comments

Comments
 (0)