generate-config: Add internal tool disclaimer

Signed-off-by: Lucas Bremgartner <lucas.bremgartner@futurfusion.io>
This commit is contained in:
Lucas Bremgartner 2025-02-25 08:58:35 +01:00
parent a84f3a31aa
commit c31e10604c
No known key found for this signature in database
GPG Key ID: 500FC8A961848325

View File

@ -4,6 +4,13 @@ A small CLI to parse comments in a Golang codebase meant to be used for a docume
It parses the comments from the AST and extracts their documentation.
## Disclaimer
`generate-config` is intended for internal use within the
[Incus](https://github.com/lxc/incus) code base. There are no guarantees regarding
backwards compatibility, API stability, or long-term availability. It may change
or be removed at any time without prior notice. Use at your own discretion.
## Usage
```shell