mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-06 04:35:00 +00:00
feat: Add --analytics-disable option to disable analytics tracking
This commit is contained in:
parent
5a28d499a8
commit
64df0ad590
3 changed files with 38 additions and 3 deletions
|
@ -558,6 +558,12 @@ def get_parser(default_config_files, git_root):
|
|||
metavar="ANALYTICS_LOG_FILE",
|
||||
help="Specify a file to log analytics events",
|
||||
)
|
||||
group.add_argument(
|
||||
"--analytics-disable",
|
||||
action="store_true",
|
||||
help="Disable analytics tracking and mark as disabled in mixpanel.json",
|
||||
default=False,
|
||||
)
|
||||
|
||||
return parser
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue