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

CLI Integration #15

Merged
merged 7 commits into from
Feb 22, 2025
Merged

Conversation

derian-cordoba
Copy link
Owner

Description

This PR resolves #14 and adds the new CLI integration using OptionParser ruby dependency to handle some commands / arguments into the project as --version, --help, --identifier, and --delimiter.

Usage example

secure-keys --help
secure-keys --version
secure-keys --identifier my-identifer
secure-keys --delimiter "|"

Medias (if needed)

image image

Testplan

  • I tested this change on my local environment.
  • I ran the unit tests.

Checklist

  • I added tests for this change.
  • I checked the code style and run the linter.
  • I added necessary documentation (if applicable).

@derian-cordoba derian-cordoba added documentation Improvements or additions to documentation enhancement New feature or request labels Feb 22, 2025
@derian-cordoba derian-cordoba self-assigned this Feb 22, 2025
@derian-cordoba derian-cordoba merged commit f370750 into main Feb 22, 2025
@derian-cordoba derian-cordoba deleted the derian/task/implement-cli-integration branch February 22, 2025 03:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add argument parser to handle some feature from CLI execution
3 participants