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

Add --list-profiles command line argument #2319

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

Conversation

CasP0
Copy link

@CasP0 CasP0 commented Jan 6, 2025

Add a new command line argument --list-profiles to the argument parser in isort/main.py.

  • Argument Parser Changes

    • Add --list-profiles argument to the general group.
    • Implement logic to print the available profiles and exit if --list-profiles is provided.
  • Test Case Addition

    • Add a new test case in tests/unit/test_main.py to verify that --list-profiles prints the available profiles.

Add a new command line argument `--list-profiles` to the argument parser in `isort/main.py`.

* **Argument Parser Changes**
  - Add `--list-profiles` argument to the general group.
  - Implement logic to print the available profiles and exit if `--list-profiles` is provided.

* **Test Case Addition**
  - Add a new test case in `tests/unit/test_main.py` to verify that `--list-profiles` prints the available profiles.
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