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 aw-cli command #127

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

carlwgeorge
Copy link

@carlwgeorge carlwgeorge commented Dec 20, 2024

The aw-cli entry point is part of the wheel, but is non-functional without the aw_cli package and the click dependency.


Important

Fix aw-cli command by including aw_cli package and adding click dependency in pyproject.toml.

  • Dependencies:
    • Add click to [tool.poetry.dependencies] in pyproject.toml to ensure aw-cli command functionality.
  • Packages:
    • Include aw_cli in [tool.poetry.packages] in pyproject.toml to make the aw-cli entry point functional.

This description was created by Ellipsis for 0a64f19. It will automatically update as commits are pushed.

The aw-cli entry point is part of the wheel, but is non-functional
without the aw_cli package and the click dependency.
Copy link

@ellipsis-dev ellipsis-dev bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 Looks good to me! Reviewed everything up to 0a64f19 in 7 seconds

More details
  • Looked at 20 lines of code in 1 files
  • Skipped 0 files when reviewing.
  • Skipped posting 1 drafted comments based on config settings.
1. pyproject.toml:33
  • Draft comment:
    Adding 'click' as a dependency is correct to ensure the functionality of the aw-cli command, as it is required for command-line interface operations.
  • Reason this comment was not posted:
    Confidence changes required: 0%
    The addition of the 'click' dependency is necessary for the functionality of the aw-cli command, as described in the PR. This is a valid change.

Workflow ID: wflow_jvnjKYcYUuFfcZlX


You can customize Ellipsis with 👍 / 👎 feedback, review rules, user-specific overrides, quiet mode, and more.

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.

1 participant