PyCQA / isort

A Python utility / library to sort imports.
https://pycqa.github.io/isort/
MIT License
6.49k stars 580 forks source link

`--config-file` option #1814

Open abcdenis opened 3 years ago

abcdenis commented 3 years ago

Hi, what I did:

IMHO a lot of utilities use --config-file option name for specifying file on CLI.

It will be great to add alias to --sp command with file presence check or add term "config file" or "config" to --sp option explanation in help.

Thank you.

sgaist commented 3 years ago

Hi,

The settings file existence is checked and you will get an error if it does not exist.

I find the alias suggestion interesting and if @timothycrosley would be interested, I can implement that.