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

Fix the solidus executable and make it rely on just Thor #49

Merged
merged 3 commits into from
Jan 10, 2020

Commits on Jan 10, 2020

  1. Use only Thor instead of mixing it with optparse

    - Let Thor print the help message
    - Define a base SolidusCLI command that will be the base for `extension`
    - Define an `extension` command with a generate subcommand, which is also the default
    - Cleanup the implementation and make it work with both relative and absolute paths
    elia committed Jan 10, 2020
    Configuration menu
    Copy the full SHA
    7c13dd6 View commit details
    Browse the repository at this point in the history
  2. Add a binstub for the rake command

    Will make life easier while developing.
    elia committed Jan 10, 2020
    Configuration menu
    Copy the full SHA
    01ce713 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    588d0b5 View commit details
    Browse the repository at this point in the history