Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor CLI to use thor #31

Merged
merged 1 commit into from
Oct 28, 2024
Merged

Refactor CLI to use thor #31

merged 1 commit into from
Oct 28, 2024

Conversation

silug
Copy link
Collaborator

@silug silug commented Oct 28, 2024

  • Use thor gem for the CLI
  • Add quiet/verbose/debug options to the CLI
  • Bump minimum required Ruby version to 2.7.0 (oldest version we're testing with)
  • Accept String arguments to new()

* Use `thor` gem for the CLI
* Add quiet/verbose/debug options to the CLI
* Bump minimum required Ruby version to 2.7.0 (oldest version we're
  testing with)
* Accept `String` arguments to `new()`

- Fixes simp#23
- Fixes simp#24
@silug silug merged commit ac3b7ff into simp:master Oct 28, 2024
7 checks passed
@silug silug deleted the issue_23 branch October 28, 2024 20:08
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.

Add an option for log levels to the script Add option parsing to the script
2 participants