Skip to content

Add --output-file CLI option for custom output filenames (#345)#351

Open
johnwmillr wants to merge 1 commit into
masterfrom
feature/issue-345-output-file
Open

Add --output-file CLI option for custom output filenames (#345)#351
johnwmillr wants to merge 1 commit into
masterfrom
feature/issue-345-output-file

Conversation

@johnwmillr
Copy link
Copy Markdown
Owner

@johnwmillr johnwmillr commented May 13, 2026

What changed

  • adds --output-file to the CLI for saving with a custom filename
  • passes the filename through to save_lyrics() when --save is used
  • keeps existing -o/--overwrite behavior unchanged
  • adds CLI tests for Searcher save/print behavior
  • updates README examples
  • resolves --output-file / -o optIon please #345

Testing

  • uv run ruff check .
  • uv run ruff format --check .
  • uv run pytest -q

Version

  • bumps minor version to 3.13.0

@johnwmillr johnwmillr marked this pull request as ready for review May 13, 2026 04:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

--output-file / -o optIon please

1 participant