2024-09-07 20:05:46 +00:00
|
|
|
|
---
|
2025-08-12 18:09:19 +02:00
|
|
|
|
title: 'Completion Scripts'
|
|
|
|
|
|
description: Deprecation of direct completion scripts in Task’s Git directory
|
|
|
|
|
|
outline: deep
|
2024-09-07 20:05:46 +00:00
|
|
|
|
---
|
|
|
|
|
|
|
|
|
|
|
|
# Completion Scripts
|
|
|
|
|
|
|
2025-08-12 18:09:19 +02:00
|
|
|
|
::: danger
|
2024-09-07 20:05:46 +00:00
|
|
|
|
|
|
|
|
|
|
This deprecation breaks the following functionality:
|
|
|
|
|
|
|
|
|
|
|
|
- Any direct references to the completion scripts in the Task git repository
|
|
|
|
|
|
|
|
|
|
|
|
:::
|
|
|
|
|
|
|
|
|
|
|
|
Direct use of the completion scripts in the `completion/*` directory of the
|
|
|
|
|
|
[github.com/go-task/task][task] Git repository is deprecated. Any shell
|
|
|
|
|
|
configuration that directly refers to these scripts will potentially break in
|
|
|
|
|
|
the future as the scripts may be moved or deleted entirely. Any configuration
|
|
|
|
|
|
should be updated to use the [new method for generating shell
|
|
|
|
|
|
completions][completions] instead.
|
|
|
|
|
|
|
2025-08-12 18:09:19 +02:00
|
|
|
|
[completions]: /docs/installation#setup-completions
|
2024-09-07 20:05:46 +00:00
|
|
|
|
[task]: https://github.com/go-task/task
|