mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-02 18:54:59 +00:00
Changed version flag to use long option.
This commit is contained in:
parent
d8938ee033
commit
8fc4f32117
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ def main(args=None, input=None, output=None):
|
|||
)
|
||||
|
||||
parser.add_argument(
|
||||
"-v", "--version", action="version", version=f"%(prog)s {__version__}", help="Show the version number and exit"
|
||||
"--version", action="version", version=f"%(prog)s {__version__}", help="Show the version number and exit"
|
||||
)
|
||||
|
||||
parser.add_argument(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue