Open abcdenis opened 3 years ago
Hi, what I did:
isort --help | less
--sp
IMHO a lot of utilities use --config-file option name for specifying file on CLI.
--config-file
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.
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.
Hi, what I did:
isort --help | less
command--sp
optionIMHO 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.