mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-06 04:35:00 +00:00
updated lint cmd descriptions
This commit is contained in:
parent
ee516e3958
commit
57a2c61386
3 changed files with 5 additions and 8 deletions
|
@ -313,7 +313,7 @@ def get_parser(default_config_files, git_root):
|
|||
group.add_argument(
|
||||
"--lint",
|
||||
action="store_true",
|
||||
help="Run the linter on all dirty files, fix problems and commit",
|
||||
help="Lint and fix provided files, or dirty files if none provided",
|
||||
default=False,
|
||||
)
|
||||
group.add_argument(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue