Skip to content

feat!: Build proper CLI with Thor#15

Closed
steveclarke wants to merge 2 commits into
masterfrom
feat/thor-cli
Closed

feat!: Build proper CLI with Thor#15
steveclarke wants to merge 2 commits into
masterfrom
feat/thor-cli

Conversation

@steveclarke
Copy link
Copy Markdown
Member

Summary

  • Replace bare stub bin/votd with a Thor-based CLI
  • Add votd verse command with --provider, --translation, and --format options
  • Add votd version command
  • Add thor as a runtime dependency

Breaking change: votd alone now shows help instead of fetching a verse. Use votd verse instead.

Test plan

  • votd verse — default BibleGateway NIV text output
  • votd verse -p netbible / -p ourmanna — provider selection
  • votd verse --translation kjv — BibleGateway translation
  • votd verse -f html / -f json — output formats
  • votd verse --help — shows options
  • votd help — shows command list
  • votd version — shows gem version
  • Invalid provider/translation/format — friendly error messages

Closes #13

Replace the bare stub CLI with a Thor-based CLI supporting provider
selection, Bible translation, and output format options.

Breaking change: `votd` no longer fetches a verse by default. Use
`votd verse` instead, with optional --provider, --translation, and
--format flags.

Closes #13
@steveclarke
Copy link
Copy Markdown
Member Author

Merged to master manually. Included in v4.0.0 release.

@steveclarke steveclarke closed this Mar 5, 2026
@steveclarke steveclarke deleted the feat/thor-cli branch March 5, 2026 01:49
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.

Build proper CLI with Thor

1 participant