mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 01:35:00 +00:00
Changed the description of the CLI tool to be more descriptive.
This commit is contained in:
parent
14d42ee79d
commit
373b2e3b35
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ def main(args=None, input=None, output=None):
|
|||
default_config_files.insert(0, os.path.join(git_root, ".aider.conf.yml"))
|
||||
|
||||
parser = configargparse.ArgumentParser(
|
||||
description="aider - chat with GPT about your code",
|
||||
description="aider is GPT powered coding in your terminal",
|
||||
add_config_file_help=True,
|
||||
default_config_files=default_config_files,
|
||||
config_file_parser_class=configargparse.YAMLConfigFileParser,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue