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

Is --help out of date? #1298

Closed
max-sixty opened this issue Jul 7, 2020 · 1 comment
Closed

Is --help out of date? #1298

max-sixty opened this issue Jul 7, 2020 · 1 comment
Labels
bug Something isn't working

Comments

@max-sixty
Copy link

Thanks for isort and congrats on the latest release!

I'm was a bit confused on the default behavior. [--help](https://github.com/timothycrosley/isort/blob/develop/isort/main.py#L133) states:

        "within logical sections. Run with no arguments to run "
        "interactively. Run with `-` as the first argument to read from "
        "stdin. Otherwise provide a list of files to sort."

Changelog states:

isort now does nothing, beyond giving instructions and exiting status code 0, when ran with no arguments.
    a new --interactive flag has been added to enable the old style behaviour.

I think --help is out of date, is that right?

@timothycrosley timothycrosley added the bug Something isn't working label Jul 8, 2020
@timothycrosley
Copy link
Member

Thanks for reporting this issue! I've fixed it with the 5.0.5 patch release. Sorry for any confusion this caused!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants