Show blank isort output at top of help command
Author: PythonCoderASCreated May 24, 2022Updated Aug 3, 2026
While reading the documentation, I found that isort shows some common examples if called without any arguments. However, as a new user, I called isort via `isort --help`. It would be beneficial if these examples were included in the help text, preferably in the first few lines.
Source: PyCQA/isort